security_xfrm_state_alloc 2639 include/linux/security.h int security_xfrm_state_alloc(struct xfrm_state *x, struct xfrm_user_sec_ctx *sec_ctx);
security_xfrm_state_alloc 1161 net/key/af_key.c 		err = security_xfrm_state_alloc(x, uctx);
security_xfrm_state_alloc  366 net/xfrm/xfrm_user.c 	    security_xfrm_state_alloc(x, nla_data(attrs[XFRMA_SEC_CTX])))