Lines Matching refs:sk_buff
24 struct sk_buff *skb_std;
25 struct sk_buff *skb_hsr;
51 static bool is_supervision_frame(struct hsr_priv *hsr, struct sk_buff *skb) in is_supervision_frame()
74 static struct sk_buff *create_stripped_skb(struct sk_buff *skb_in, in create_stripped_skb()
77 struct sk_buff *skb; in create_stripped_skb()
103 static struct sk_buff *frame_get_stripped_skb(struct hsr_frame_info *frame, in frame_get_stripped_skb()
112 static void hsr_fill_tag(struct sk_buff *skb, struct hsr_frame_info *frame, in hsr_fill_tag()
137 static struct sk_buff *create_tagged_skb(struct sk_buff *skb_o, in create_tagged_skb()
143 struct sk_buff *skb; in create_tagged_skb()
171 static struct sk_buff *frame_get_tagged_skb(struct hsr_frame_info *frame, in frame_get_tagged_skb()
186 static void hsr_deliver_master(struct sk_buff *skb, struct net_device *dev, in hsr_deliver_master()
206 static int hsr_xmit(struct sk_buff *skb, struct hsr_port *port, in hsr_xmit()
235 struct sk_buff *skb; in hsr_forward_do()
280 static void check_local_dest(struct hsr_priv *hsr, struct sk_buff *skb, in check_local_dest()
305 struct sk_buff *skb, struct hsr_port *port) in hsr_fill_frame_info()
344 void hsr_forward_skb(struct sk_buff *skb, struct hsr_port *port) in hsr_forward_skb()