Lines Matching refs:who
45 static int xfrm_acquire_print(const struct sockaddr_nl *who, in xfrm_acquire_print() argument
106 static int xfrm_state_flush_print(const struct sockaddr_nl *who, in xfrm_state_flush_print() argument
136 static int xfrm_policy_flush_print(const struct sockaddr_nl *who, in xfrm_policy_flush_print() argument
174 static int xfrm_report_print(const struct sockaddr_nl *who, in xfrm_report_print() argument
225 static int xfrm_ae_print(const struct sockaddr_nl *who, in xfrm_ae_print() argument
253 static int xfrm_accept_msg(const struct sockaddr_nl *who, in xfrm_accept_msg() argument
266 xfrm_state_print(who, n, arg); in xfrm_accept_msg()
272 xfrm_policy_print(who, n, arg); in xfrm_accept_msg()
275 xfrm_acquire_print(who, n, arg); in xfrm_accept_msg()
278 xfrm_state_flush_print(who, n, arg); in xfrm_accept_msg()
281 xfrm_policy_flush_print(who, n, arg); in xfrm_accept_msg()
284 xfrm_report_print(who, n, arg); in xfrm_accept_msg()
287 xfrm_ae_print(who, n, arg); in xfrm_accept_msg()