Lines Matching defs:sk

92 	struct nl_sock *sk;  in __alloc_socket()  local
149 void nl_socket_free(struct nl_sock *sk) in nl_socket_free()
188 void nl_socket_disable_seq_check(struct nl_sock *sk) in nl_socket_disable_seq_check()
203 unsigned int nl_socket_use_seq(struct nl_sock *sk) in nl_socket_use_seq()
220 void nl_socket_disable_auto_ack(struct nl_sock *sk) in nl_socket_disable_auto_ack()
230 void nl_socket_enable_auto_ack(struct nl_sock *sk) in nl_socket_enable_auto_ack()
242 uint32_t nl_socket_get_local_port(struct nl_sock *sk) in nl_socket_get_local_port()
255 void nl_socket_set_local_port(struct nl_sock *sk, uint32_t port) in nl_socket_set_local_port()
292 int nl_socket_add_memberships(struct nl_sock *sk, int group, ...) in nl_socket_add_memberships()
319 int nl_socket_add_membership(struct nl_sock *sk, int group) in nl_socket_add_membership()
336 int nl_socket_drop_memberships(struct nl_sock *sk, int group, ...) in nl_socket_drop_memberships()
363 int nl_socket_drop_membership(struct nl_sock *sk, int group) in nl_socket_drop_membership()
378 void nl_join_groups(struct nl_sock *sk, int groups) in nl_join_groups()
391 uint32_t nl_socket_get_peer_port(struct nl_sock *sk) in nl_socket_get_peer_port()
396 void nl_socket_set_peer_port(struct nl_sock *sk, uint32_t port) in nl_socket_set_peer_port()
408 int nl_socket_get_fd(struct nl_sock *sk) in nl_socket_get_fd()
419 int nl_socket_set_nonblocking(struct nl_sock *sk) in nl_socket_set_nonblocking()
434 void nl_socket_enable_msg_peek(struct nl_sock *sk) in nl_socket_enable_msg_peek()
443 void nl_socket_disable_msg_peek(struct nl_sock *sk) in nl_socket_disable_msg_peek()
455 struct nl_cb *nl_socket_get_cb(struct nl_sock *sk) in nl_socket_get_cb()
460 void nl_socket_set_cb(struct nl_sock *sk, struct nl_cb *cb) in nl_socket_set_cb()
476 int nl_socket_modify_cb(struct nl_sock *sk, enum nl_cb_type type, in nl_socket_modify_cb()
503 int nl_socket_set_buffer_size(struct nl_sock *sk, int rxbuf, int txbuf) in nl_socket_set_buffer_size()
538 int nl_socket_set_passcred(struct nl_sock *sk, int state) in nl_socket_set_passcred()
565 int nl_socket_recv_pktinfo(struct nl_sock *sk, int state) in nl_socket_recv_pktinfo()