Searched defs:bpf_flow_keys (Results 1 – 2 of 2) sorted by relevance
6844 struct bpf_flow_keys { struct6845 __u16 nhoff;6846 __u16 thoff;6847 __u16 addr_proto; /* ETH_P_* of valid addrs */6848 __u8 is_frag;6849 __u8 is_first_frag;6850 __u8 is_encap;6851 __u8 ip_proto;6852 __be16 n_proto;6853 __be16 sport;[all …]
37819 struct bpf_flow_keys { struct37820 __u16 nhoff;37821 __u16 thoff;37822 __u16 addr_proto;37823 __u8 is_frag;37824 __u8 is_first_frag;37825 __u8 is_encap;37826 __u8 ip_proto;37827 __be16 n_proto;37828 __be16 sport;[all …]