Lines Matching defs:skb
35 static bool is_supervision_frame(struct hsr_priv *hsr, struct sk_buff *skb) in is_supervision_frame()
81 struct sk_buff *skb; in create_stripped_skb_hsr() local
164 static struct sk_buff *prp_fill_rct(struct sk_buff *skb, in prp_fill_rct()
206 static struct sk_buff *hsr_fill_tag(struct sk_buff *skb, in hsr_fill_tag()
240 struct sk_buff *skb; in hsr_create_tagged_frame() local
280 struct sk_buff *skb; in prp_create_tagged_frame() local
302 static void hsr_deliver_master(struct sk_buff *skb, struct net_device *dev, in hsr_deliver_master()
322 static int hsr_xmit(struct sk_buff *skb, struct hsr_port *port, in hsr_xmit()
359 struct sk_buff *skb; in hsr_forward_do() local
413 static void check_local_dest(struct hsr_priv *hsr, struct sk_buff *skb, in check_local_dest()
432 static void handle_std_frame(struct sk_buff *skb, in handle_std_frame()
454 void hsr_fill_frame_info(__be16 proto, struct sk_buff *skb, in hsr_fill_frame_info()
471 void prp_fill_frame_info(__be16 proto, struct sk_buff *skb, in prp_fill_frame_info()
489 struct sk_buff *skb, struct hsr_port *port) in fill_frame_info()
527 void hsr_forward_skb(struct sk_buff *skb, struct hsr_port *port) in hsr_forward_skb()