Home
last modified time | relevance | path

Searched refs:NLA_PUT_U16 (Results 1 – 4 of 4) sorted by relevance

/external/libnl/lib/route/sch/
Ddsmark.c188 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/
Dct.c422 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/
Dattr.h178 #define NLA_PUT_U16(msg, attrtype, value) \ macro
/external/libnl/lib/route/link/
Dvlan.c268 NLA_PUT_U16(msg, IFLA_VLAN_ID, vi->vi_vlan_id); in vlan_put_attrs()