/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 | 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-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 | 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-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-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-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/u-boot/arch/powerpc/include/asm/ |
D | fsl_liodn.h | 16 u8 portid; member 19 { .id = { idA }, .num_ids = 1, .portid = port, \ 25 { .id = { idA, idB }, .num_ids = 2, .portid = port, \ 33 { .id = { id_a }, .num_ids = 1, .portid = port, \
|
/external/iproute2/rdma/ |
D | utils.c | 223 unsigned int portid; in rd_recv_msg() local 226 portid = mnl_socket_get_portid(rd->nl); in rd_recv_msg() 232 ret = mnl_cb_run(buf, ret, seq, portid, callback, data); in rd_recv_msg()
|
/external/u-boot/arch/powerpc/cpu/mpc85xx/ |
D | liodn.c | 237 int off, portid = tbl[i].portid; in fdt_fixup_srio_liodn() local 240 "cell-index", &portid, 4); in fdt_fixup_srio_liodn() 248 portid, fdt_strerror(off)); in fdt_fixup_srio_liodn()
|
/external/iproute2/devlink/ |
D | mnlg.c | 29 unsigned int portid; member 72 err = mnl_cb_run(nlg->buf, err, nlg->seq, nlg->portid, in mnlg_socket_recv_run() 241 nlg->portid = mnl_socket_get_portid(nlg->nl); in mnlg_socket_open()
|
/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 | 540 * Implemented -yy mode decoding of protocol:portid pairs associated with
|