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
257 u32 proto; member
322 unsigned int proto; member
367 u8 proto; member
571 u8 proto; member
599 int (*report)(struct net *net, u8 proto, struct xfrm_selector *sel, xfrm_address_t *addr);
734 u8 proto);
778 struct sk_buff *skb, u8 proto) in xfrm_audit_state_icvfail() argument
1314 static inline int xfrm_id_proto_match(u8 proto, u8 userproto) in xfrm_id_proto_match() argument
1316 return (!userproto || proto == userproto || in xfrm_id_proto_match()
1317 (userproto == IPSEC_PROTO_ANY && (proto == IPPROTO_AH || in xfrm_id_proto_match()
1318 proto == IPPROTO_ESP || in xfrm_id_proto_match()
1319 proto == IPPROTO_COMP))); in xfrm_id_proto_match()
1436 void xfrm_state_walk_init(struct xfrm_state_walk *walk, u8 proto,
1452 u8 mode, u8 proto, u32 reqid);
1461 u8 proto, unsigned short family);
1465 u8 proto,
1505 int xfrm_state_flush(struct net *net, u8 proto, bool task_valid);
1551 xfrm_address_t *saddr, u8 proto);
1603 int verify_spi_info(u8 proto, u32 min, u32 max);
1606 u8 mode, u32 reqid, u8 proto,
1626 int km_report(struct net *net, u8 proto, struct xfrm_selector *sel,