userproto        1349 include/net/xfrm.h static inline int xfrm_id_proto_match(u8 proto, u8 userproto)
userproto        1351 include/net/xfrm.h 	return (!userproto || proto == userproto ||
userproto        1352 include/net/xfrm.h 		(userproto == IPSEC_PROTO_ANY && (proto == IPPROTO_AH ||