Searched defs:net_protocol (Results 1 – 1 of 1) sorted by relevance
37 struct net_protocol { struct38 int (*early_demux)(struct sk_buff *skb);39 int (*early_demux_handler)(struct sk_buff *skb);40 int (*handler)(struct sk_buff *skb);43 int (*err_handler)(struct sk_buff *skb, u32 info);45 unsigned int no_policy:1,46 netns_ok:1,51 icmp_strict_tag_validation:1;