Searched defs:bpf_flow_keys (Results 1 – 3 of 3) sorted by relevance
3019 struct bpf_flow_keys { struct3020 __u16 nhoff;3021 __u16 thoff;3022 __u16 addr_proto; /* ETH_P_* of valid addrs */3023 __u8 is_frag;3024 __u8 is_first_frag;3025 __u8 is_encap;3026 __u8 ip_proto;3027 __be16 n_proto;3028 __be16 sport;[all …]
5143 struct bpf_flow_keys { struct5144 __u16 nhoff;5145 __u16 thoff;5146 __u16 addr_proto; /* ETH_P_* of valid addrs */5147 __u8 is_frag;5148 __u8 is_first_frag;5149 __u8 is_encap;5150 __u8 ip_proto;5151 __be16 n_proto;5152 __be16 sport;[all …]