Searched refs:batadv_forw_packet (Results 1 – 6 of 6) sorted by relevance
| /linux/net/batman-adv/ |
| H A D | send.h | 18 void batadv_forw_packet_free(struct batadv_forw_packet *forw_packet, 20 struct batadv_forw_packet * 26 bool batadv_forw_packet_steal(struct batadv_forw_packet *packet, spinlock_t *l); 28 struct batadv_forw_packet *forw_packet, 30 bool batadv_forw_packet_is_rebroadcast(struct batadv_forw_packet *forw_packet);
|
| H A D | send.c | 457 void batadv_forw_packet_free(struct batadv_forw_packet *forw_packet, in batadv_forw_packet_free() 486 struct batadv_forw_packet * 493 struct batadv_forw_packet *forw_packet; in batadv_forw_packet_alloc() 548 batadv_forw_packet_was_stolen(struct batadv_forw_packet *forw_packet) in batadv_forw_packet_was_stolen() 565 bool batadv_forw_packet_steal(struct batadv_forw_packet *forw_packet, in batadv_forw_packet_steal() 602 struct batadv_forw_packet *forw_packet; in batadv_forw_packet_list_steal() 632 struct batadv_forw_packet *forw_packet; in batadv_forw_packet_list_free() 661 static void batadv_forw_packet_queue(struct batadv_forw_packet *forw_packet, in batadv_forw_packet_queue() 700 struct batadv_forw_packet *forw_packet, in batadv_forw_packet_bcast_queue() 718 struct batadv_forw_packet *forw_packet, in batadv_forw_packet_ogmv1_queue() [all …]
|
| H A D | distributed-arp-table.h | 42 struct batadv_forw_packet *forw_packet); 149 struct batadv_forw_packet *forw_packet) in batadv_dat_drop_broadcast_packet()
|
| H A D | bat_iv_ogm.c | 407 static void batadv_iv_ogm_send_to_if(struct batadv_forw_packet *forw_packet, in batadv_iv_ogm_send_to_if() 477 static void batadv_iv_ogm_emit(struct batadv_forw_packet *forw_packet) in batadv_iv_ogm_emit() 515 const struct batadv_forw_packet *forw_packet) in batadv_iv_ogm_can_aggregate() 629 struct batadv_forw_packet *forw_packet_aggr; in batadv_iv_ogm_aggregate_new() 687 static void batadv_iv_ogm_aggregate(struct batadv_forw_packet *forw_packet_aggr, in batadv_iv_ogm_aggregate() 724 struct batadv_forw_packet *forw_packet_aggr = NULL; in batadv_iv_ogm_queue_add() 725 struct batadv_forw_packet *forw_packet_pos = NULL; in batadv_iv_ogm_queue_add() 1897 struct batadv_forw_packet *forw_packet; in batadv_iv_send_outstanding_bat_ogm_packet() 1903 forw_packet = container_of(delayed_work, struct batadv_forw_packet, in batadv_iv_send_outstanding_bat_ogm_packet()
|
| H A D | types.h | 1994 struct batadv_forw_packet { struct
|
| H A D | distributed-arp-table.c | 1946 struct batadv_forw_packet *forw_packet) in batadv_dat_drop_broadcast_packet()
|