#ifndef _NET_INET_DATALINK_H_ #define _NET_INET_DATALINK_H_ struct datalink_proto { unsigned char type[8]; struct llc_sap *sap; unsigned short header_length; int (*rcvfunc)(struct sk_buff *, struct net_device *, struct packet_type *, struct net_device *); int (*request)(struct datalink_proto *, struct sk_buff *, unsigned char *); struct list_head node; }; struct datalink_proto *make_EII_client(void); void destroy_EII_client(struct datalink_proto *dl); #endif der'> cgit logo index : linux-net-next.git
Unnamed repository; edit this file 'description' to name the repository.Russell King
summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/tc-testing/tc-tests/filters/basic.json
AgeCommit message (Expand)Author
2020-02-23tc-testing: updated tdc tests for basic filter with u32 extended match rulesRoman Mashak
2020-02-21tc-testing: updated tdc tests for basic filter with u16 extended match rulesRoman Mashak