Lines Matching defs:xfrm_selector
103472 struct xfrm_selector { struct
103473 xfrm_address_t daddr;
103474 xfrm_address_t saddr;
103475 __be16 dport;
103476 __be16 dport_mask;
103477 __be16 sport;
103478 __be16 sport_mask;
103479 __u16 family;
103480 __u8 prefixlen_d;
103481 __u8 prefixlen_s;
103482 __u8 proto;
103483 int ifindex;
103484 __kernel_uid32_t user;