Home
last modified time | relevance | path

Searched refs:nlmsg (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/net/tap/
H A Dtap_netlink.h19 struct nlmsg { struct
39 int tap_nlattr_nested_start(struct nlmsg *msg, uint16_t type); argument
40 void tap_nlattr_nested_finish(struct nlmsg *msg);
H A Dtap_tcmsgs.c45 tc_init_msg(struct nlmsg *msg, uint16_t ifindex, uint16_t type, uint16_t flags) in tc_init_msg()
75 struct nlmsg msg; in qdisc_del()
120 struct nlmsg msg; in qdisc_add_multiq()
149 struct nlmsg msg; in qdisc_add_ingress()
214 struct nlmsg msg; in qdisc_iterate()
H A Dtap_tcmsgs.h27 void tc_init_msg(struct nlmsg *msg, uint16_t ifindex, uint16_t type,
H A Dtap_flow.c133 struct nlmsg msg;
524 struct nlmsg *msg; in tap_flow_create_eth()
578 struct nlmsg *msg; in tap_flow_create_vlan()
638 struct nlmsg *msg; in tap_flow_create_ipv4()
694 struct nlmsg *msg; in tap_flow_create_ipv6()
749 struct nlmsg *msg; in tap_flow_create_udp()
795 struct nlmsg *msg; in tap_flow_create_tcp()
921 struct nlmsg *msg = &flow->msg; in add_action()
1363 struct nlmsg *msg = NULL; in tap_flow_create()
1683 struct nlmsg *msg = NULL; in tap_flow_implicit_create()
[all …]
H A Dtap_netlink.c369 tap_nlattr_nested_start(struct nlmsg *msg, uint16_t type) in tap_nlattr_nested_start()
401 tap_nlattr_nested_finish(struct nlmsg *msg) in tap_nlattr_nested_finish()