Home
last modified time | relevance | path

Searched defs:net_protocol (Results 1 – 1 of 1) sorted by relevance

/include/net/
Dprotocol.h37 struct net_protocol { struct
38 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;