HomeSort by relevance Sort by last modified time
    Searched refs:xfrm_state_print (Results 1 - 3 of 3) sorted by null

  /external/iproute2/ip/
xfrm.h 111 int xfrm_state_print(const struct sockaddr_nl *who, struct nlmsghdr *n,
xfrm_state.c 658 if (xfrm_state_print(NULL, res_n, (void*)stdout) < 0) {
696 int xfrm_state_print(const struct sockaddr_nl *who, struct nlmsghdr *n, function
856 if (xfrm_state_print(NULL, res_n, (void*)stdout) < 0) {
1016 if (rtnl_dump_filter(&rth, xfrm_state_print, stdout, NULL, NULL) < 0) {
xfrm_monitor.c 266 xfrm_state_print(who, n, arg);

Completed in 35 milliseconds