Home
last modified time | relevance | path

Searched refs:batadv_forw_packet (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/net/batman-adv/
Dsend.h31 void batadv_forw_packet_free(struct batadv_forw_packet *forw_packet,
33 struct batadv_forw_packet *
39 bool batadv_forw_packet_steal(struct batadv_forw_packet *packet, spinlock_t *l);
41 struct batadv_forw_packet *forw_packet,
43 bool batadv_forw_packet_is_rebroadcast(struct batadv_forw_packet *forw_packet);
Dsend.c481 void batadv_forw_packet_free(struct batadv_forw_packet *forw_packet, in batadv_forw_packet_free()
512 struct batadv_forw_packet *
519 struct batadv_forw_packet *forw_packet; in batadv_forw_packet_alloc()
574 batadv_forw_packet_was_stolen(struct batadv_forw_packet *forw_packet) in batadv_forw_packet_was_stolen()
591 bool batadv_forw_packet_steal(struct batadv_forw_packet *forw_packet, in batadv_forw_packet_steal()
628 struct batadv_forw_packet *forw_packet; in batadv_forw_packet_list_steal()
658 struct batadv_forw_packet *forw_packet; in batadv_forw_packet_list_free()
687 static void batadv_forw_packet_queue(struct batadv_forw_packet *forw_packet, in batadv_forw_packet_queue()
726 struct batadv_forw_packet *forw_packet, in batadv_forw_packet_bcast_queue()
744 struct batadv_forw_packet *forw_packet, in batadv_forw_packet_ogmv1_queue()
[all …]
Ddistributed-arp-table.h50 struct batadv_forw_packet *forw_packet);
145 struct batadv_forw_packet *forw_packet) in batadv_dat_drop_broadcast_packet()
Dbat_iv_ogm.c483 static void batadv_iv_ogm_send_to_if(struct batadv_forw_packet *forw_packet, in batadv_iv_ogm_send_to_if()
548 static void batadv_iv_ogm_emit(struct batadv_forw_packet *forw_packet) in batadv_iv_ogm_emit()
593 const struct batadv_forw_packet *forw_packet) in batadv_iv_ogm_can_aggregate()
694 struct batadv_forw_packet *forw_packet_aggr; in batadv_iv_ogm_aggregate_new()
741 static void batadv_iv_ogm_aggregate(struct batadv_forw_packet *forw_packet_aggr, in batadv_iv_ogm_aggregate()
778 struct batadv_forw_packet *forw_packet_aggr = NULL; in batadv_iv_ogm_queue_add()
779 struct batadv_forw_packet *forw_packet_pos = NULL; in batadv_iv_ogm_queue_add()
1791 struct batadv_forw_packet *forw_packet; in batadv_iv_send_outstanding_bat_ogm_packet()
1796 forw_packet = container_of(delayed_work, struct batadv_forw_packet, in batadv_iv_send_outstanding_bat_ogm_packet()
Dtypes.h2065 struct batadv_forw_packet { struct
Ddistributed-arp-table.c1447 struct batadv_forw_packet *forw_packet) in batadv_dat_drop_broadcast_packet()