Lines Matching defs:skb
25 struct sk_buff *skb);
32 int batadv_send_skb_to_orig(struct sk_buff *skb,
35 int batadv_send_skb_packet(struct sk_buff *skb,
38 int batadv_send_broadcast_skb(struct sk_buff *skb,
40 int batadv_send_unicast_skb(struct sk_buff *skb,
43 const struct sk_buff *skb,
50 struct sk_buff *skb,
54 struct sk_buff *skb, int packet_type,
59 struct sk_buff *skb, int packet_type,
62 int batadv_send_skb_via_gw(struct batadv_priv *bat_priv, struct sk_buff *skb,
66 * batadv_send_skb_via_tt() - send an skb via TT lookup
68 * @skb: the payload to send
69 * @dst_hint: can be used to override the destination contained in the skb
73 * header via the translation table. Wrap the given skb into a batman-adv
79 struct sk_buff *skb, u8 *dst_hint,
82 return batadv_send_skb_via_tt_generic(bat_priv, skb, BATADV_UNICAST, 0,
87 * batadv_send_skb_via_tt_4addr() - send an skb via TT lookup
89 * @skb: the payload to send
91 * @dst_hint: can be used to override the destination contained in the skb
95 * header via the translation table. Wrap the given skb into a batman-adv
102 struct sk_buff *skb,
107 return batadv_send_skb_via_tt_generic(bat_priv, skb,