Lines Matching defs:bpf_flow_keys
683 struct bpf_flow_keys { struct684 __u16 nhoff;685 __u16 thoff;686 __u16 addr_proto;687 __u8 is_frag;688 __u8 is_first_frag;689 __u8 is_encap;690 __u8 ip_proto;691 __be16 n_proto;692 __be16 sport;693 __be16 dport;694 union {