Searched defs:net_protocol (Results 1 – 2 of 2) sorted by relevance
37 struct net_protocol { struct38 int (*handler)(struct sk_buff *skb);41 int (*err_handler)(struct sk_buff *skb, u32 info);43 unsigned int no_policy:1,48 icmp_strict_tag_validation:1;49 u32 secret;
2065 u16 net_protocol = ntohs(skb->protocol); in ravb_can_tx_csum_gbeth() local