Searched refs:packet_subtype (Results 1 – 3 of 3) sorted by relevance
/linux/net/batman-adv/ |
H A D | send.h | 56 int packet_subtype); 59 int packet_subtype, 64 int packet_subtype, u8 *dst_hint, 94 * @packet_subtype: the unicast 4addr packet subtype to use 107 int packet_subtype, in batadv_send_skb_via_tt_4addr() argument 113 packet_subtype, dst_hint, vid); in batadv_send_skb_via_tt_4addr()
|
H A D | send.c | 279 * @packet_subtype: the unicast 4addr packet subtype to use 286 int packet_subtype) in batadv_send_skb_prepare_unicast_4addr() argument 307 uc_4addr_packet->subtype = packet_subtype; in batadv_send_skb_prepare_unicast_4addr() 321 * @packet_subtype: the unicast 4addr packet subtype (only relevant for unicast 334 int packet_subtype, in batadv_send_skb_unicast() argument 353 packet_subtype)) in batadv_send_skb_unicast() 391 * @packet_subtype: the unicast 4addr packet subtype (only relevant for unicast 406 int packet_subtype, u8 *dst_hint, in batadv_send_skb_via_tt_generic() argument 425 packet_subtype, orig_node, vid); in batadv_send_skb_via_tt_generic()
|
H A D | distributed-arp-table.c | 665 * @packet_subtype: unicast4addr packet subtype to use 675 unsigned short vid, int packet_subtype) in batadv_dat_forward_data() argument 702 packet_subtype)) { in batadv_dat_forward_data() 710 switch (packet_subtype) { in batadv_dat_forward_data()
|