Searched refs:nlmsg_seq (Results 1 – 23 of 23) sorted by relevance
/third_party/ltp/lib/ |
D | tst_crypto.c | 47 if (nh->nlmsg_seq != ses->seq_num) { in tst_crypto_recv_ack() 50 nh->nlmsg_type, nh->nlmsg_seq, ses->seq_num); in tst_crypto_recv_ack() 60 nh->nlmsg_type, nh->nlmsg_seq); in tst_crypto_recv_ack() 75 .nlmsg_seq = ++(ses->seq_num), in tst_crypto_add_alg() 97 nh.nlmsg_seq = ++(ses->seq_num), in tst_crypto_del_alg()
|
D | tst_rtnetlink.c | 271 ctx->curmsg->nlmsg_seq = ctx->seq++; in tst_rtnl_add_message() 374 while (res->header && res->header->nlmsg_seq != msg->nlmsg_seq) in tst_rtnl_check_acks() 377 if (!res->err || res->header->nlmsg_seq != msg->nlmsg_seq) { in tst_rtnl_check_acks() 380 msg->nlmsg_seq); in tst_rtnl_check_acks()
|
/third_party/ltp/testcases/kernel/crypto/ |
D | crypto_user01.c | 140 if (nh->nlmsg_seq != ses.seq_num) { in validate_alg_list() 143 nh->nlmsg_type, nh->nlmsg_seq, ses.seq_num); in validate_alg_list() 150 nh->nlmsg_type, nh->nlmsg_seq); in validate_alg_list() 163 .nlmsg_seq = ++(ses.seq_num), in run()
|
/third_party/libnl/lib/ |
D | msg.c | 334 new->nlmsg_seq = hdr->nlmsg_seq; in nlmsg_inherit() 354 .nlmsg_seq = NL_AUTO_SEQ, in nlmsg_alloc_simple() 522 nlh->nlmsg_seq = seq; in nlmsg_put() 823 fprintf(ofd, " .seq = %d\n", nlh->nlmsg_seq); in print_hdr()
|
D | nl.c | 490 if (nlh->nlmsg_seq == NL_AUTO_SEQ) in nl_complete_msg() 491 nlh->nlmsg_seq = sk->s_seq_next++; in nl_complete_msg() 885 if (hdr->nlmsg_seq != sk->s_seq_expect) { in recvmsgs()
|
D | handlers.c | 44 sizeof(flags)), n->nlmsg_seq, n->nlmsg_pid); in print_header_content()
|
/third_party/libnl/include/netlink/ |
D | netlink-kernel.h | 52 uint32_t nlmsg_seq;
|
/third_party/ltp/testcases/cve/ |
D | cve-2017-16939.c | 61 p->msg.nlmsg_seq = 0x1; in setup()
|
/third_party/musl/src/network/ |
D | netlink.c | 25 u.req.nlh.nlmsg_seq = seq; in __netlink_enumerate()
|
D | netlink.h | 11 uint32_t nlmsg_seq; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | priv_netlink.h | 89 u32 nlmsg_seq; member
|
D | netlink.c | 186 req.hdr.nlmsg_seq = ++nl_seq; in netlink_send_oper_ifla()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | priv_netlink.h | 89 u32 nlmsg_seq; member
|
D | netlink.c | 186 req.hdr.nlmsg_seq = ++nl_seq; in netlink_send_oper_ifla()
|
/third_party/libnl/include/linux-private/linux/ |
D | netlink.h | 48 __u32 nlmsg_seq; /* Sequence number */ member
|
/third_party/ltp/testcases/kernel/connectors/pec/ |
D | pec_listener.c | 90 nlhdr->nlmsg_seq = seq++; in netlink_send()
|
/third_party/ltp/testcases/network/stress/route/ |
D | route-change-netlink.c | 211 nlh->nlmsg_seq = seq = time(NULL); in rtnl_route()
|
/third_party/ltp/testcases/kernel/controllers/cgroup/ |
D | cgroup_regression_getdelays.c | 136 msg.n.nlmsg_seq = 0; in send_cmd()
|
/third_party/libwebsockets/lib/roles/netlink/ |
D | ops-netlink.c | 563 req.hdr.nlmsg_seq = 1; in rops_pt_init_destroy_netlink()
|
/third_party/libnl/lib/route/ |
D | link.c | 1815 BUG_ON(msg->nm_nlh->nlmsg_seq != NL_AUTO_SEQ); in rtnl_link_change() 1824 msg->nm_nlh->nlmsg_seq = NL_AUTO_SEQ; in rtnl_link_change()
|
/third_party/ltp/doc/ |
D | network-c-api.txt | 405 +nlmsg_seq+ and +nlmsg_pid+ fields of the new message header. You don't need
|
/third_party/iptables/iptables/ |
D | nft.c | 245 nlh->nlmsg_seq); in mnl_batch_talk() 3211 nlh->nlmsg_seq = seq = time(NULL); in nft_compatible_revision()
|
/third_party/libnl/doc/ |
D | core.txt | 153 .nlmsg_seq = 1301410712 164 .nlmsg_seq = 1301410712
|