Symbol: batadv_forw_packet
net/batman-adv/bat_iv_ogm.c
1686
struct batadv_forw_packet *forw_packet;
net/batman-adv/bat_iv_ogm.c
1691
forw_packet = container_of(delayed_work, struct batadv_forw_packet,
net/batman-adv/bat_iv_ogm.c
332
static void batadv_iv_ogm_send_to_if(struct batadv_forw_packet *forw_packet,
net/batman-adv/bat_iv_ogm.c
396
static void batadv_iv_ogm_emit(struct batadv_forw_packet *forw_packet)
net/batman-adv/bat_iv_ogm.c
443
const struct batadv_forw_packet *forw_packet)
net/batman-adv/bat_iv_ogm.c
555
struct batadv_forw_packet *forw_packet_aggr;
net/batman-adv/bat_iv_ogm.c
603
static void batadv_iv_ogm_aggregate(struct batadv_forw_packet *forw_packet_aggr,
net/batman-adv/bat_iv_ogm.c
638
struct batadv_forw_packet *forw_packet_aggr = NULL;
net/batman-adv/bat_iv_ogm.c
639
struct batadv_forw_packet *forw_packet_pos = NULL;
net/batman-adv/distributed-arp-table.c
1779
struct batadv_forw_packet *forw_packet)
net/batman-adv/distributed-arp-table.h
149
struct batadv_forw_packet *forw_packet)
net/batman-adv/distributed-arp-table.h
42
struct batadv_forw_packet *forw_packet);
net/batman-adv/send.c
1001
batadv_forw_packet_bcasts_left(struct batadv_forw_packet *forw_packet)
net/batman-adv/send.c
1012
batadv_forw_packet_bcasts_dec(struct batadv_forw_packet *forw_packet)
net/batman-adv/send.c
1023
bool batadv_forw_packet_is_rebroadcast(struct batadv_forw_packet *forw_packet)
net/batman-adv/send.c
1039
struct batadv_forw_packet *forw_packet;
net/batman-adv/send.c
1046
forw_packet = container_of(delayed_work, struct batadv_forw_packet,
net/batman-adv/send.c
452
void batadv_forw_packet_free(struct batadv_forw_packet *forw_packet,
net/batman-adv/send.c
481
struct batadv_forw_packet *
net/batman-adv/send.c
488
struct batadv_forw_packet *forw_packet;
net/batman-adv/send.c
543
batadv_forw_packet_was_stolen(struct batadv_forw_packet *forw_packet)
net/batman-adv/send.c
560
bool batadv_forw_packet_steal(struct batadv_forw_packet *forw_packet,
net/batman-adv/send.c
597
struct batadv_forw_packet *forw_packet;
net/batman-adv/send.c
627
struct batadv_forw_packet *forw_packet;
net/batman-adv/send.c
656
static void batadv_forw_packet_queue(struct batadv_forw_packet *forw_packet,
net/batman-adv/send.c
695
struct batadv_forw_packet *forw_packet,
net/batman-adv/send.c
713
struct batadv_forw_packet *forw_packet,
net/batman-adv/send.c
745
struct batadv_forw_packet *forw_packet;
net/batman-adv/send.h
18
void batadv_forw_packet_free(struct batadv_forw_packet *forw_packet,
net/batman-adv/send.h
20
struct batadv_forw_packet *
net/batman-adv/send.h
26
bool batadv_forw_packet_steal(struct batadv_forw_packet *packet, spinlock_t *l);
net/batman-adv/send.h
28
struct batadv_forw_packet *forw_packet,
net/batman-adv/send.h
30
bool batadv_forw_packet_is_rebroadcast(struct batadv_forw_packet *forw_packet);