Home
last modified time | relevance | path

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

/linux-5.19.10/net/batman-adv/
Dsend.h18 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);
Dsend.c465 void batadv_forw_packet_free(struct batadv_forw_packet *forw_packet, in batadv_forw_packet_free()
494 struct batadv_forw_packet *
501 struct batadv_forw_packet *forw_packet; in batadv_forw_packet_alloc()
556 batadv_forw_packet_was_stolen(struct batadv_forw_packet *forw_packet) in batadv_forw_packet_was_stolen()
573 bool batadv_forw_packet_steal(struct batadv_forw_packet *forw_packet, in batadv_forw_packet_steal()
610 struct batadv_forw_packet *forw_packet; in batadv_forw_packet_list_steal()
640 struct batadv_forw_packet *forw_packet; in batadv_forw_packet_list_free()
669 static void batadv_forw_packet_queue(struct batadv_forw_packet *forw_packet, in batadv_forw_packet_queue()
708 struct batadv_forw_packet *forw_packet, in batadv_forw_packet_bcast_queue()
726 struct batadv_forw_packet *forw_packet, in batadv_forw_packet_ogmv1_queue()
[all …]
Ddistributed-arp-table.h42 struct batadv_forw_packet *forw_packet);
149 struct batadv_forw_packet *forw_packet) in batadv_dat_drop_broadcast_packet()
Dbat_iv_ogm.c333 static void batadv_iv_ogm_send_to_if(struct batadv_forw_packet *forw_packet, in batadv_iv_ogm_send_to_if()
398 static void batadv_iv_ogm_emit(struct batadv_forw_packet *forw_packet) in batadv_iv_ogm_emit()
445 const struct batadv_forw_packet *forw_packet) in batadv_iv_ogm_can_aggregate()
545 struct batadv_forw_packet *forw_packet_aggr; in batadv_iv_ogm_aggregate_new()
592 static void batadv_iv_ogm_aggregate(struct batadv_forw_packet *forw_packet_aggr, in batadv_iv_ogm_aggregate()
629 struct batadv_forw_packet *forw_packet_aggr = NULL; in batadv_iv_ogm_queue_add()
630 struct batadv_forw_packet *forw_packet_pos = NULL; in batadv_iv_ogm_queue_add()
1687 struct batadv_forw_packet *forw_packet; in batadv_iv_send_outstanding_bat_ogm_packet()
1692 forw_packet = container_of(delayed_work, struct batadv_forw_packet, in batadv_iv_send_outstanding_bat_ogm_packet()
Dtypes.h2104 struct batadv_forw_packet { struct
Ddistributed-arp-table.c1791 struct batadv_forw_packet *forw_packet) in batadv_dat_drop_broadcast_packet()