Searched defs:packet_subtype (Results 1 - 3 of 3) sorted by relevance

/net/batman-adv/
H A Dsend.h38 int packet_subtype);
41 int packet_subtype,
46 int packet_subtype, uint8_t *dst_hint,
76 * @packet_subtype: the unicast 4addr packet subtype to use
89 int packet_subtype,
95 packet_subtype, dst_hint, vid);
87 batadv_send_skb_via_tt_4addr(struct batadv_priv *bat_priv, struct sk_buff *skb, int packet_subtype, uint8_t *dst_hint, unsigned short vid) argument
H A Dsend.c197 * @packet_subtype: the unicast 4addr packet subtype to use
204 int packet_subtype)
225 uc_4addr_packet->subtype = packet_subtype;
240 * @packet_subtype: the unicast 4addr packet subtype (only relevant for unicast
254 int packet_subtype,
273 packet_subtype))
313 * @packet_subtype: the unicast 4addr packet subtype (only relevant for unicast
328 int packet_subtype, uint8_t *dst_hint,
346 packet_subtype, orig_node, vid);
201 batadv_send_skb_prepare_unicast_4addr(struct batadv_priv *bat_priv, struct sk_buff *skb, struct batadv_orig_node *orig, int packet_subtype) argument
252 batadv_send_skb_unicast(struct batadv_priv *bat_priv, struct sk_buff *skb, int packet_type, int packet_subtype, struct batadv_orig_node *orig_node, unsigned short vid) argument
326 batadv_send_skb_via_tt_generic(struct batadv_priv *bat_priv, struct sk_buff *skb, int packet_type, int packet_subtype, uint8_t *dst_hint, unsigned short vid) argument
H A Ddistributed-arp-table.c564 * @packet_subtype: unicast4addr packet subtype to use
574 int packet_subtype)
601 packet_subtype)) {
611 switch (packet_subtype) {
572 batadv_dat_send_data(struct batadv_priv *bat_priv, struct sk_buff *skb, __be32 ip, int packet_subtype) argument

Completed in 96 milliseconds