Lines Matching refs:portid
85 unsigned int seq, portid, change = 0, flags = 0; in if_act_on_link() local
126 portid = mnl_socket_get_portid(nl); in if_act_on_link()
141 ret = mnl_cb_run(buf, ret, seq, portid, NULL, NULL); in if_act_on_link()
166 unsigned int seq, portid; in if_set_mtu() local
209 portid = mnl_socket_get_portid(nl); in if_set_mtu()
224 ret = mnl_cb_run(buf, ret, seq, portid, NULL, NULL); in if_set_mtu()
253 uint32_t seq, portid; in if_act_on_addr() local
312 portid = mnl_socket_get_portid(nl); in if_act_on_addr()
327 ret = mnl_cb_run(buf, ret, seq, portid, NULL, NULL); in if_act_on_addr()
441 unsigned int seq, portid; in if_get_addr() local
476 portid = mnl_socket_get_portid(nl); in if_get_addr()
487 ret = mnl_cb_run(buf, ret, seq, portid, data_cb, addrinfo); in if_get_addr()
553 uint32_t seq, portid; in if_act_on_route() local
612 portid = mnl_socket_get_portid(nl); in if_act_on_route()
627 ret = mnl_cb_run(buf, ret, seq, portid, NULL, NULL); in if_act_on_route()