#ifndef TRAFGEN_L2_H #define TRAFGEN_L2_H enum eth_field { ETH_DST_ADDR, ETH_SRC_ADDR, ETH_TYPE, }; enum pause_field { PAUSE_OPCODE, PAUSE_TIME, }; enum pfc_field { PFC_OPCODE, PFC_PRIO, PFC_PRIO_0, PFC_PRIO_1, PFC_PRIO_2, PFC_PRIO_3, PFC_PRIO_4, PFC_PRIO_5, PFC_PRIO_6, PFC_PRIO_7, PFC_TIME_0, PFC_TIME_1, PFC_TIME_2, PFC_TIME_3, PFC_TIME_4, PFC_TIME_5, PFC_TIME_6, PFC_TIME_7, }; enum arp_field { ARP_HTYPE, ARP_PTYPE, ARP_HLEN, ARP_PLEN, ARP_OPER, ARP_SHA, ARP_SPA, ARP_THA, ARP_TPA, }; enum vlan_field { VLAN_TPID, VLAN_TCI, VLAN_PCP, VLAN_DEI, VLAN_VID, VLAN_ETYPE, }; enum mpls_field { MPLS_LABEL, MPLS_TC, MPLS_LAST, MPLS_TTL, }; extern void protos_l2_init(void); #endif /* TRAFGEN_L2_H */ t='cgit logo'/> index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/security/selinux
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2017-01-16 09:34:37 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2017-01-16 09:34:37 -0800
commit2eabb8b8d68bc9c7779ba8b04bec8d4f8baed0bc (patch)
tree4d8ea8e6ca52f1938269937834641205d8d888f0 /security/selinux
parent49def1853334396f948dcb4cedb9347abb318df5 (diff)
parentce1ca7d2d140a1f4aaffd297ac487f246963dd2f (diff)
Merge tag 'nfsd-4.10-1' of git://linux-nfs.org/~bfields/linux
Pull nfsd fixes from Bruce Fields: "Miscellaneous nfsd bugfixes, one for a 4.10 regression, three for older bugs" * tag 'nfsd-4.10-1' of git://linux-nfs.org/~bfields/linux: svcrdma: avoid duplicate dma unmapping during error recovery sunrpc: don't call sleeping functions from the notifier block callbacks svcrpc: don't leak contexts on PROC_DESTROY nfsd: fix supported attributes for acl & labels
Diffstat (limited to 'security/selinux')