Home
last modified time | relevance | path

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

/openbmc/linux/net/batman-adv/
H A 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);
H A 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()
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()
758 struct batadv_forw_packet *forw_packet; in batadv_forw_bcast_packet_to_list()
[all …]
H A Ddistributed-arp-table.h42 struct batadv_forw_packet *forw_packet);
149 struct batadv_forw_packet *forw_packet) in batadv_dat_drop_broadcast_packet()
H A Dbat_iv_ogm.c332 static void batadv_iv_ogm_send_to_if(struct batadv_forw_packet *forw_packet, in batadv_iv_ogm_send_to_if()
397 static void batadv_iv_ogm_emit(struct batadv_forw_packet *forw_packet) in batadv_iv_ogm_emit()
444 const struct batadv_forw_packet *forw_packet) in batadv_iv_ogm_can_aggregate()
544 struct batadv_forw_packet *forw_packet_aggr; in batadv_iv_ogm_aggregate_new()
591 static void batadv_iv_ogm_aggregate(struct batadv_forw_packet *forw_packet_aggr, in batadv_iv_ogm_aggregate()
628 struct batadv_forw_packet *forw_packet_aggr = NULL; in batadv_iv_ogm_queue_add()
629 struct batadv_forw_packet *forw_packet_pos = NULL; in batadv_iv_ogm_queue_add()
1686 struct batadv_forw_packet *forw_packet; in batadv_iv_send_outstanding_bat_ogm_packet()
1691 forw_packet = container_of(delayed_work, struct batadv_forw_packet, in batadv_iv_send_outstanding_bat_ogm_packet()
H A Dtypes.h2071 struct batadv_forw_packet { struct
H A Ddistributed-arp-table.c1791 struct batadv_forw_packet *forw_packet) in batadv_dat_drop_broadcast_packet()