/linux-4.1.27/net/netfilter/ |
D | nft_queue.c | 89 if (nla_put_be16(skb, NFTA_QUEUE_NUM, htons(priv->queuenum)) || in nft_queue_dump() 90 nla_put_be16(skb, NFTA_QUEUE_TOTAL, htons(priv->queues_total)) || in nft_queue_dump() 91 nla_put_be16(skb, NFTA_QUEUE_FLAGS, htons(priv->flags))) in nft_queue_dump()
|
D | nft_log.c | 154 if (nla_put_be16(skb, NFTA_LOG_GROUP, htons(li->u.ulog.group))) in nft_log_dump() 163 if (nla_put_be16(skb, NFTA_LOG_QTHRESHOLD, in nft_log_dump()
|
D | nfnetlink_cttimeout.c | 178 nla_put_be16(skb, CTA_TIMEOUT_L3PROTO, htons(timeout->l3num)) || in ctnl_timeout_fill_info() 403 if (nla_put_be16(skb, CTA_TIMEOUT_L3PROTO, htons(l4proto->l3proto)) || in cttimeout_default_fill_info()
|
D | nfnetlink_log.c | 523 if (nla_put_be16(inst->skb, NFULA_HWTYPE, htons(skb->dev->type)) || in __build_packet_message() 524 nla_put_be16(inst->skb, NFULA_HWLEN, in __build_packet_message()
|
D | nfnetlink_cthelper.c | 354 if (nla_put_be16(skb, NFCTH_TUPLE_L3PROTONUM, in nfnl_cthelper_dump_tuple()
|
D | nf_conntrack_core.c | 1291 if (nla_put_be16(skb, CTA_PROTO_SRC_PORT, tuple->src.u.tcp.port) || in nf_ct_port_tuple_to_nlattr() 1292 nla_put_be16(skb, CTA_PROTO_DST_PORT, tuple->dst.u.tcp.port)) in nf_ct_port_tuple_to_nlattr()
|
D | nf_conntrack_netlink.c | 491 nla_put_be16(skb, CTA_ZONE, htons(nf_ct_zone(ct)))) in ctnetlink_fill_info() 673 nla_put_be16(skb, CTA_ZONE, htons(nf_ct_zone(ct)))) in ctnetlink_conntrack_event() 2112 if (nla_put_be16(skb, CTA_ZONE, htons(nf_ct_zone(ct)))) in ctnetlink_nfqueue_build()
|
/linux-4.1.27/net/ipv4/ |
D | ip_gre.c | 777 nla_put_be16(skb, IFLA_GRE_IFLAGS, tnl_flags_to_gre_flags(p->i_flags)) || in ipgre_fill_info() 778 nla_put_be16(skb, IFLA_GRE_OFLAGS, tnl_flags_to_gre_flags(p->o_flags)) || in ipgre_fill_info() 791 nla_put_be16(skb, IFLA_GRE_ENCAP_SPORT, in ipgre_fill_info() 793 nla_put_be16(skb, IFLA_GRE_ENCAP_DPORT, in ipgre_fill_info()
|
D | ipip.c | 463 nla_put_be16(skb, IFLA_IPTUN_ENCAP_SPORT, in ipip_fill_info() 465 nla_put_be16(skb, IFLA_IPTUN_ENCAP_DPORT, in ipip_fill_info()
|
D | fou.c | 627 nla_put_be16(msg, FOU_ATTR_PORT, fou->port) || in fou_fill_info()
|
/linux-4.1.27/net/sched/ |
D | act_vlan.c | 168 nla_put_be16(skb, TCA_VLAN_PUSH_VLAN_PROTOCOL, v->tcfv_push_proto))) in tcf_vlan_dump()
|
/linux-4.1.27/net/openvswitch/ |
D | flow_netlink.c | 670 nla_put_be16(skb, OVS_TUNNEL_KEY_ATTR_TP_SRC, output->tp_src)) in __ipv4_tun_to_nlattr() 673 nla_put_be16(skb, OVS_TUNNEL_KEY_ATTR_TP_DST, output->tp_dst)) in __ipv4_tun_to_nlattr() 1328 if (nla_put_be16(skb, OVS_KEY_ATTR_ETHERTYPE, eth_type) || in __ovs_nla_put_key() 1329 nla_put_be16(skb, OVS_KEY_ATTR_VLAN, output->eth.tci)) in __ovs_nla_put_key() 1345 if (nla_put_be16(skb, OVS_KEY_ATTR_ETHERTYPE, in __ovs_nla_put_key() 1351 if (nla_put_be16(skb, OVS_KEY_ATTR_ETHERTYPE, output->eth.type)) in __ovs_nla_put_key() 1420 if (nla_put_be16(skb, OVS_KEY_ATTR_TCP_FLAGS, in __ovs_nla_put_key()
|
/linux-4.1.27/include/net/ |
D | netlink.h | 768 static inline int nla_put_be16(struct sk_buff *skb, int attrtype, __be16 value) in nla_put_be16() function 781 return nla_put_be16(skb, attrtype | NLA_F_NET_BYTEORDER, value); in nla_put_net16()
|
/linux-4.1.27/net/8021q/ |
D | vlan_netlink.c | 188 if (nla_put_be16(skb, IFLA_VLAN_PROTOCOL, vlan->vlan_proto) || in vlan_fill_info()
|
/linux-4.1.27/net/ipv6/netfilter/ |
D | nf_conntrack_proto_icmpv6.c | 243 if (nla_put_be16(skb, CTA_PROTO_ICMPV6_ID, t->src.u.icmp.id) || in icmpv6_tuple_to_nlattr()
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | nf_conntrack_proto_icmp.c | 237 if (nla_put_be16(skb, CTA_PROTO_ICMP_ID, t->src.u.icmp.id) || in icmp_tuple_to_nlattr()
|
/linux-4.1.27/net/ipv6/ |
D | sit.c | 1677 nla_put_be16(skb, IFLA_IPTUN_FLAGS, parm->i_flags)) in ipip6_fill_info() 1694 nla_put_be16(skb, IFLA_IPTUN_ENCAP_SPORT, in ipip6_fill_info() 1696 nla_put_be16(skb, IFLA_IPTUN_ENCAP_DPORT, in ipip6_fill_info()
|
D | ip6_gre.c | 1609 nla_put_be16(skb, IFLA_GRE_IFLAGS, p->i_flags) || in ip6gre_fill_info() 1610 nla_put_be16(skb, IFLA_GRE_OFLAGS, p->o_flags) || in ip6gre_fill_info()
|
/linux-4.1.27/drivers/net/ |
D | vxlan.c | 349 nla_put_be16(skb, NDA_PORT, rdst->remote_port)) in vxlan_fdb_info() 2850 nla_put_be16(skb, IFLA_VXLAN_PORT, vxlan->dst_port) || in vxlan_fill_info()
|
/linux-4.1.27/net/netfilter/ipvs/ |
D | ip_vs_ctl.c | 2927 nla_put_be16(skb, IPVS_SVC_ATTR_PORT, svc->port)) in ip_vs_genl_fill_service() 3122 nla_put_be16(skb, IPVS_DEST_ATTR_PORT, dest->port) || in ip_vs_genl_fill_dest()
|