#ifndef _NET_P8022_H #define _NET_P8022_H struct datalink_proto * register_8022_client(unsigned char type, int (*func)(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, struct net_device *orig_dev)); void unregister_8022_client(struct datalink_proto *proto); struct datalink_proto *make_8023_client(void); void destroy_8023_client(struct datalink_proto *dl); #endif rel='vcs-git' href='git://git.distanz.ch/linux/net-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
path: root/net/ipv4/netfilter/nf_conntrack_proto_icmp.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-02netfilter: add and use nf_ct_set helperFlorian Westphal1-2/+1
2017-02-02skbuff: add and use skb_nfct helperFlorian Westphal1-1/+1
2017-02-02netfilter: conntrack: no need to pass ctinfo to error handlerFlorian Westphal1-6/+6