Searched refs:batadv_forw_packet_alloc (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/batman-adv/ |
H A D | send.h | 21 batadv_forw_packet_alloc(struct batadv_hard_iface *if_incoming,
|
H A D | send.c | 487 * batadv_forw_packet_alloc() - allocate a forwarding packet 501 batadv_forw_packet_alloc(struct batadv_hard_iface *if_incoming, in batadv_forw_packet_alloc() function 774 forw_packet = batadv_forw_packet_alloc(primary_if, NULL, in batadv_add_bcast_packet_to_list()
|
H A D | bat_iv_ogm.c | 565 forw_packet_aggr = batadv_forw_packet_alloc(if_incoming, if_outgoing, in batadv_iv_ogm_aggregate_new()
|
/kernel/linux/linux-6.6/net/batman-adv/ |
H A D | send.h | 21 batadv_forw_packet_alloc(struct batadv_hard_iface *if_incoming,
|
H A D | send.c | 481 * batadv_forw_packet_alloc() - allocate a forwarding packet 495 batadv_forw_packet_alloc(struct batadv_hard_iface *if_incoming, in batadv_forw_packet_alloc() function 766 forw_packet = batadv_forw_packet_alloc(if_in, if_out, in batadv_forw_bcast_packet_to_list()
|
H A D | bat_iv_ogm.c | 562 forw_packet_aggr = batadv_forw_packet_alloc(if_incoming, if_outgoing, in batadv_iv_ogm_aggregate_new()
|
Completed in 10 milliseconds