Searched defs:bpf_flow_keys (Results 1 – 6 of 6) sorted by relevance
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 …]
4966 struct bpf_flow_keys { struct4967 __u16 nhoff;4968 __u16 thoff;4969 __u16 addr_proto; /* ETH_P_* of valid addrs */4970 __u8 is_frag;4971 __u8 is_first_frag;4972 __u8 is_encap;4973 __u8 ip_proto;4974 __be16 n_proto;4975 __be16 sport;[all …]
7082 struct bpf_flow_keys { struct7083 __u16 nhoff;7084 __u16 thoff;7085 __u16 addr_proto; /* ETH_P_* of valid addrs */7086 __u8 is_frag;7087 __u8 is_first_frag;7088 __u8 is_encap;7089 __u8 ip_proto;7090 __be16 n_proto;7091 __be16 sport;[all …]