Searched defs:net_protocol (Results 1 – 1 of 1) sorted by relevance
36 struct net_protocol { struct37 int (*handler)(struct sk_buff *skb);38 void (*err_handler)(struct sk_buff *skb, u32 info);39 int (*gso_send_check)(struct sk_buff *skb);40 struct sk_buff *(*gso_segment)(struct sk_buff *skb,42 struct sk_buff **(*gro_receive)(struct sk_buff **head,44 int (*gro_complete)(struct sk_buff *skb);45 unsigned int no_policy:1,46 netns_ok:1;