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 struct sk_buff *skb,
47 struct sk_buff *skb,
54 struct sk_buff *skb,
58 struct sk_buff *skb, int packet_type,
63 struct sk_buff *skb, int packet_type,
66 int batadv_send_skb_via_gw(struct batadv_priv *bat_priv, struct sk_buff *skb,
70 * batadv_send_skb_via_tt() - send an skb via TT lookup
72 * @skb: the payload to send
73 * @dst_hint: can be used to override the destination contained in the skb
77 * header via the translation table. Wrap the given skb into a batman-adv
83 struct sk_buff *skb, u8 *dst_hint,
86 return batadv_send_skb_via_tt_generic(bat_priv, skb, BATADV_UNICAST, 0,
91 * batadv_send_skb_via_tt_4addr() - send an skb via TT lookup
93 * @skb: the payload to send
95 * @dst_hint: can be used to override the destination contained in the skb
99 * header via the translation table. Wrap the given skb into a batman-adv
106 struct sk_buff *skb,
111 return batadv_send_skb_via_tt_generic(bat_priv, skb,