Lines Matching defs:xfrm_selector
83119 struct xfrm_selector { struct
83120 xfrm_address_t daddr;
83121 xfrm_address_t saddr;
83122 __be16 dport;
83123 __be16 dport_mask;
83124 __be16 sport;
83125 __be16 sport_mask;
83126 __u16 family;
83127 __u8 prefixlen_d;
83128 __u8 prefixlen_s;
83129 __u8 proto;
83130 int ifindex;
83131 __kernel_uid32_t user;