Home
last modified time | relevance | path

Searched refs:xfrm_state_pol_flow_match (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/
Dlsm_hooks.h1592 int (*xfrm_state_pol_flow_match)(struct xfrm_state *x, member
1812 struct list_head xfrm_state_pol_flow_match; member
/linux-4.4.14/security/
Dsecurity.c1465 list_for_each_entry(hp, &security_hook_heads.xfrm_state_pol_flow_match, in security_xfrm_state_pol_flow_match()
1467 rc = hp->hook.xfrm_state_pol_flow_match(x, xp, fl); in security_xfrm_state_pol_flow_match()
1862 .xfrm_state_pol_flow_match =
1863 LIST_HEAD_INIT(security_hook_heads.xfrm_state_pol_flow_match),
/linux-4.4.14/security/selinux/
Dhooks.c6050 LSM_HOOK_INIT(xfrm_state_pol_flow_match,