Searched defs:bpf_flow_keys (Results 1 – 3 of 3) sorted by relevance
4938 struct bpf_flow_keys { struct4939 __u16 nhoff;4940 __u16 thoff;4941 __u16 addr_proto; /* ETH_P_* of valid addrs */4942 __u8 is_frag;4943 __u8 is_first_frag;4944 __u8 is_encap;4945 __u8 ip_proto;4946 __be16 n_proto;4947 __be16 sport;[all …]
1034 struct bpf_flow_keys { struct1035 __u16 nhoff;1036 __u16 thoff;1037 __u16 addr_proto;1038 __u8 is_frag;1039 __u8 is_first_frag;1040 __u8 is_encap;1041 __u8 ip_proto;1042 __be16 n_proto;1043 __be16 sport;[all …]