Lines Matching defs:xfrm_selector
56773 struct xfrm_selector { struct
56774 xfrm_address_t daddr;
56775 xfrm_address_t saddr;
56776 __be16 dport;
56777 __be16 dport_mask;
56778 __be16 sport;
56779 __be16 sport_mask;
56780 __u16 family;
56781 __u8 prefixlen_d;
56782 __u8 prefixlen_s;
56783 __u8 proto;
56784 int ifindex;
56785 __kernel_uid32_t user;