Searched refs:NLA_PUT_U16 (Results 1 – 4 of 4) sorted by relevance
/external/libnl/lib/route/sch/ |
D | dsmark.c | 188 NLA_PUT_U16(msg, TCA_DSMARK_INDICES, dsmark->qdm_indices); in dsmark_qdisc_get_opts() 191 NLA_PUT_U16(msg, TCA_DSMARK_DEFAULT_INDEX, in dsmark_qdisc_get_opts()
|
/external/libnl/lib/netfilter/ |
D | ct.c | 422 NLA_PUT_U16(msg, CTA_PROTO_SRC_PORT, in nfnl_ct_build_tuple() 426 NLA_PUT_U16(msg, CTA_PROTO_DST_PORT, in nfnl_ct_build_tuple() 430 NLA_PUT_U16(msg, CTA_PROTO_ICMP_ID, in nfnl_ct_build_tuple()
|
/external/libnl/include/netlink/ |
D | attr.h | 178 #define NLA_PUT_U16(msg, attrtype, value) \ macro
|
/external/libnl/lib/route/link/ |
D | vlan.c | 268 NLA_PUT_U16(msg, IFLA_VLAN_ID, vi->vi_vlan_id); in vlan_put_attrs()
|