Home
last modified time | relevance | path

Searched refs:packet_subtype (Results 1 – 3 of 3) sorted by relevance

/linux/net/batman-adv/
H A Dsend.h56 int packet_subtype);
59 int packet_subtype,
64 int packet_subtype, u8 *dst_hint,
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 Dsend.c265 * @packet_subtype: the unicast 4addr packet subtype to use
272 int packet_subtype) in batadv_send_skb_prepare_unicast_4addr() argument
293 uc_4addr_packet->subtype = packet_subtype; in batadv_send_skb_prepare_unicast_4addr()
307 * @packet_subtype: the unicast 4addr packet subtype (only relevant for unicast
320 int packet_subtype, in batadv_send_skb_unicast() argument
339 packet_subtype)) in batadv_send_skb_unicast()
377 * @packet_subtype: the unicast 4addr packet subtype (only relevant for unicast
392 int packet_subtype, u8 *dst_hint, in batadv_send_skb_via_tt_generic() argument
411 packet_subtype, orig_node, vid); in batadv_send_skb_via_tt_generic()
H A Ddistributed-arp-table.c665 * @packet_subtype: unicast4addr packet subtype to use
675 unsigned short vid, int packet_subtype) in batadv_dat_forward_data()
705 packet_subtype)) { in batadv_dat_forward_data()
713 switch (packet_subtype) { in batadv_dat_forward_data()
674 batadv_dat_forward_data(struct batadv_priv * bat_priv,struct sk_buff * skb,__be32 ip,unsigned short vid,int packet_subtype) batadv_dat_forward_data() argument