Searched defs:net_protocol (Results 1 – 1 of 1) sorted by relevance
41 struct net_protocol { struct42 int (*early_demux)(struct sk_buff *skb);43 int (*early_demux_handler)(struct sk_buff *skb);44 int (*handler)(struct sk_buff *skb);45 void (*err_handler)(struct sk_buff *skb, u32 info);46 unsigned int no_policy:1,47 netns_ok:1,52 icmp_strict_tag_validation:1;