Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/
Dprotocol.h55 struct inet6_protocol { struct
56 void (*early_demux)(struct sk_buff *skb);
57 void (*early_demux_handler)(struct sk_buff *skb);
58 int (*handler)(struct sk_buff *skb);
61 int (*err_handler)(struct sk_buff *skb,
66 unsigned int flags; /* INET6_PROTO_xxx */
/kernel/linux/linux-4.19/include/net/
Dprotocol.h56 struct inet6_protocol { struct
57 void (*early_demux)(struct sk_buff *skb);
58 void (*early_demux_handler)(struct sk_buff *skb);
59 int (*handler)(struct sk_buff *skb);
61 void (*err_handler)(struct sk_buff *skb,
65 unsigned int flags; /* INET6_PROTO_xxx */