Lines Matching refs:proto
43 #define MODULE_ALIAS_XFRM_TYPE(family, proto) \ argument
44 MODULE_ALIAS("xfrm-type-" __stringify(family) "-" __stringify(proto))
122 u8 proto; member
256 u32 proto; member
320 unsigned int proto; member
365 u8 proto; member
568 u8 proto; member
596 int (*report)(struct net *net, u8 proto, struct xfrm_selector *sel, xfrm_address_t *addr);
731 u8 proto);
775 struct sk_buff *skb, u8 proto) in xfrm_audit_state_icvfail() argument
1305 static inline int xfrm_id_proto_match(u8 proto, u8 userproto) in xfrm_id_proto_match() argument
1307 return (!userproto || proto == userproto || in xfrm_id_proto_match()
1308 (userproto == IPSEC_PROTO_ANY && (proto == IPPROTO_AH || in xfrm_id_proto_match()
1309 proto == IPPROTO_ESP || in xfrm_id_proto_match()
1310 proto == IPPROTO_COMP))); in xfrm_id_proto_match()
1425 void xfrm_state_walk_init(struct xfrm_state_walk *walk, u8 proto,
1441 u8 mode, u8 proto, u32 reqid);
1450 u8 proto, unsigned short family);
1454 u8 proto,
1494 int xfrm_state_flush(struct net *net, u8 proto, bool task_valid);
1540 xfrm_address_t *saddr, u8 proto);
1592 int verify_spi_info(u8 proto, u32 min, u32 max);
1595 u8 mode, u32 reqid, u8 proto,
1615 int km_report(struct net *net, u8 proto, struct xfrm_selector *sel,