/external/libnetfilter_conntrack/examples/ |
D | nfct-mnl-flush.c | 18 unsigned int seq, portid; in main() local 31 portid = mnl_socket_get_portid(nl); in main() 51 ret = mnl_cb_run(buf, ret, seq, portid, NULL, NULL); in main()
|
D | nfct-mnl-dump.c | 35 unsigned int seq, portid; in main() local 48 portid = mnl_socket_get_portid(nl); in main() 68 ret = mnl_cb_run(buf, ret, seq, portid, data_cb, NULL); in main()
|
D | nfexp-mnl-dump.c | 39 uint32_t seq, portid; in main() local 53 portid = mnl_socket_get_portid(nl); in main() 73 ret = mnl_cb_run(buf, ret, seq, portid, data_cb, NULL); in main()
|
D | nfct-mnl-del.c | 18 unsigned int seq, portid; in main() local 32 portid = mnl_socket_get_portid(nl); in main() 68 ret = mnl_cb_run(buf, ret, seq, portid, NULL, NULL); in main()
|
D | nfct-mnl-create.c | 18 unsigned int seq, portid; in main() local 32 portid = mnl_socket_get_portid(nl); in main() 73 ret = mnl_cb_run(buf, ret, seq, portid, NULL, NULL); in main()
|
D | nfct-mnl-dump-labels.c | 50 unsigned int seq, portid; in main() local 64 portid = mnl_socket_get_portid(nl); in main() 87 ret = mnl_cb_run(buf, ret, seq, portid, data_cb, l); in main()
|
D | nfct-mnl-get.c | 37 unsigned int seq, portid; in main() local 51 portid = mnl_socket_get_portid(nl); in main() 87 ret = mnl_cb_run(buf, ret, seq, portid, data_cb, NULL); in main()
|
D | nfct-mnl-set-label.c | 127 unsigned int seq, portid; in main() local 149 portid = mnl_socket_get_portid(nl); in main() 175 ret = mnl_cb_run(buf, ret, seq, portid, data_cb, &cbargs); in main()
|
/external/iproute2/tipc/ |
D | msg.c | 77 unsigned int portid; in msg_recv() local 80 portid = mnl_socket_get_portid(nl); in msg_recv() 84 ret = mnl_cb_run(buf, ret, seq, portid, callback, data); in msg_recv()
|
/external/iptables/iptables/ |
D | nft.h | 31 uint32_t portid; member
|
D | nft.c | 70 ret = mnl_cb_run(buf, ret, h->seq, h->portid, cb, data); in mnl_talk() 219 ret = mnl_cb_run(rcv_buf, ret, 0, h->portid, NULL, NULL); in mnl_nftnl_batch_talk() 772 h->portid = mnl_socket_get_portid(h->nl); in nft_init() 2426 uint32_t portid, seq, type; in nft_compatible_revision() local 2459 portid = mnl_socket_get_portid(nl); in nft_compatible_revision() 2468 ret = mnl_cb_run(buf, ret, seq, portid, NULL, NULL); in nft_compatible_revision()
|
/external/strace/ |
D | NEWS | 141 * Implemented -yy mode decoding of protocol:portid pairs associated with
|