Home
last modified time | relevance | path

Searched refs:v_proto (Results 1 – 2 of 2) sorted by relevance

/third_party/libnl/lib/route/act/
Dvlan.c66 v->v_proto = nla_get_u16(tb[TCA_VLAN_PUSH_VLAN_PROTOCOL]); in vlan_msg_parser()
97 NLA_PUT_U16(msg, TCA_VLAN_PUSH_VLAN_PROTOCOL, v->v_proto); in vlan_msg_fill()
188 nl_dump(p, " protocol %u", v->v_proto); in vlan_dump_details()
290 v->v_proto = protocol; in rtnl_vlan_set_protocol()
312 *out_protocol = v->v_proto; in rtnl_vlan_get_protocol()
/third_party/libnl/include/netlink-private/
Dtypes.h1336 uint16_t v_proto; member