Searched refs:nl_send_auto (Results 1 – 4 of 4) sorted by relevance
485 int nl_send_auto(struct nl_sock *sk, struct nl_msg *msg) in nl_send_auto() function521 err = nl_send_auto(sk, msg); in nl_send_sync()565 err = nl_send_auto(sk, msg); in nl_send_simple()1164 return nl_send_auto(sk, msg); in nl_send_auto_complete()
65 extern int nl_send_auto(struct nl_sock *, struct nl_msg *);
616 themselves though. When using nl_send_auto() the sequence number is899 is to use the function nl_send_auto(). It will automatically complete912 nl_send_auto(sk, msg)927 internal calls to nl_send_auto() by the library to send netlink1022 newly constructed message is sent with nl_send_auto().1520 nl_send_auto(). Like +port+, the argument +seqnr+ can be set to
1176 err = nl_send_auto(sk, msg); in rtnl_link_get_kernel()