nla_put_be16     1722 drivers/net/geneve.c 	if (nla_put_be16(skb, IFLA_GENEVE_PORT, info->key.tp_dst))
nla_put_be16      292 drivers/net/vxlan.c 	    nla_put_be16(skb, NDA_PORT, rdst->remote_port))
nla_put_be16     4136 drivers/net/vxlan.c 	    nla_put_be16(skb, IFLA_VXLAN_PORT, vxlan->cfg.dst_port) ||
nla_put_be16     1220 include/net/netlink.h 	return nla_put_be16(skb, attrtype | NLA_F_NET_BYTEORDER, tmp);
nla_put_be16      222 net/8021q/vlan_netlink.c 	if (nla_put_be16(skb, IFLA_VLAN_PROTOCOL, vlan->vlan_proto) ||
nla_put_be16     1437 net/bridge/br_netlink.c 	if (nla_put_be16(skb, IFLA_BR_VLAN_PROTOCOL, br->vlan_proto) ||
nla_put_be16      793 net/ipv4/fou.c 	    nla_put_be16(msg, FOU_ATTR_PORT, fou->port) ||
nla_put_be16      794 net/ipv4/fou.c 	    nla_put_be16(msg, FOU_ATTR_PEER_PORT, sk->sk_dport) ||
nla_put_be16     1474 net/ipv4/ip_gre.c 	    nla_put_be16(skb, IFLA_GRE_IFLAGS,
nla_put_be16     1476 net/ipv4/ip_gre.c 	    nla_put_be16(skb, IFLA_GRE_OFLAGS,
nla_put_be16     1491 net/ipv4/ip_gre.c 	    nla_put_be16(skb, IFLA_GRE_ENCAP_SPORT,
nla_put_be16     1493 net/ipv4/ip_gre.c 	    nla_put_be16(skb, IFLA_GRE_ENCAP_DPORT,
nla_put_be16      299 net/ipv4/ip_tunnel_core.c 	    nla_put_be16(skb, LWTUNNEL_IP_FLAGS, tun_info->key.tun_flags))
nla_put_be16      399 net/ipv4/ip_tunnel_core.c 	    nla_put_be16(skb, LWTUNNEL_IP6_FLAGS, tun_info->key.tun_flags))
nla_put_be16      592 net/ipv4/ipip.c 	    nla_put_be16(skb, IFLA_IPTUN_ENCAP_SPORT,
nla_put_be16      594 net/ipv4/ipip.c 	    nla_put_be16(skb, IFLA_IPTUN_ENCAP_DPORT,
nla_put_be16     2129 net/ipv6/ip6_gre.c 	    nla_put_be16(skb, IFLA_GRE_IFLAGS,
nla_put_be16     2131 net/ipv6/ip6_gre.c 	    nla_put_be16(skb, IFLA_GRE_OFLAGS,
nla_put_be16     2146 net/ipv6/ip6_gre.c 	    nla_put_be16(skb, IFLA_GRE_ENCAP_SPORT,
nla_put_be16     2148 net/ipv6/ip6_gre.c 	    nla_put_be16(skb, IFLA_GRE_ENCAP_DPORT,
nla_put_be16     2123 net/ipv6/ip6_tunnel.c 	    nla_put_be16(skb, IFLA_IPTUN_ENCAP_SPORT, tunnel->encap.sport) ||
nla_put_be16     2124 net/ipv6/ip6_tunnel.c 	    nla_put_be16(skb, IFLA_IPTUN_ENCAP_DPORT, tunnel->encap.dport) ||
nla_put_be16     1712 net/ipv6/sit.c 	    nla_put_be16(skb, IFLA_IPTUN_FLAGS, parm->i_flags) ||
nla_put_be16     1730 net/ipv6/sit.c 	    nla_put_be16(skb, IFLA_IPTUN_ENCAP_SPORT,
nla_put_be16     1732 net/ipv6/sit.c 	    nla_put_be16(skb, IFLA_IPTUN_ENCAP_DPORT,
nla_put_be16     3052 net/netfilter/ipvs/ip_vs_ctl.c 		    nla_put_be16(skb, IPVS_SVC_ATTR_PORT, svc->port))
nla_put_be16     3255 net/netfilter/ipvs/ip_vs_ctl.c 	    nla_put_be16(skb, IPVS_DEST_ATTR_PORT, dest->port) ||
nla_put_be16     3263 net/netfilter/ipvs/ip_vs_ctl.c 	    nla_put_be16(skb, IPVS_DEST_ATTR_TUN_PORT,
nla_put_be16     1823 net/netfilter/nf_conntrack_core.c 	if (nla_put_be16(skb, CTA_PROTO_SRC_PORT, tuple->src.u.tcp.port) ||
nla_put_be16     1824 net/netfilter/nf_conntrack_core.c 	    nla_put_be16(skb, CTA_PROTO_DST_PORT, tuple->dst.u.tcp.port))
nla_put_be16      150 net/netfilter/nf_conntrack_netlink.c 	if (nla_put_be16(skb, attrtype, htons(zone->id)))
nla_put_be16      261 net/netfilter/nf_conntrack_proto_icmp.c 	if (nla_put_be16(skb, CTA_PROTO_ICMP_ID, t->src.u.icmp.id) ||
nla_put_be16      179 net/netfilter/nf_conntrack_proto_icmpv6.c 	if (nla_put_be16(skb, CTA_PROTO_ICMPV6_ID, t->src.u.icmp.id) ||
nla_put_be16       91 net/netfilter/nf_tables_trace.c 		if (nla_put_be16(nlskb, NFTA_TRACE_IIFTYPE,
nla_put_be16      101 net/netfilter/nf_tables_trace.c 		if (nla_put_be16(nlskb, NFTA_TRACE_OIFTYPE,
nla_put_be16      469 net/netfilter/nfnetlink_cthelper.c 	if (nla_put_be16(skb, NFCTH_TUPLE_L3PROTONUM,
nla_put_be16      180 net/netfilter/nfnetlink_cttimeout.c 	    nla_put_be16(skb, CTA_TIMEOUT_L3PROTO,
nla_put_be16      400 net/netfilter/nfnetlink_cttimeout.c 	if (nla_put_be16(skb, CTA_TIMEOUT_L3PROTO, htons(l3num)) ||
nla_put_be16      419 net/netfilter/nfnetlink_log.c 		if (nla_put_be16(inst->skb, NFULA_VLAN_TCI, htons(skb->vlan_tci)) ||
nla_put_be16      420 net/netfilter/nfnetlink_log.c 		    nla_put_be16(inst->skb, NFULA_VLAN_PROTO, skb->vlan_proto))
nla_put_be16      575 net/netfilter/nfnetlink_log.c 		if (nla_put_be16(inst->skb, NFULA_HWTYPE, htons(skb->dev->type)) ||
nla_put_be16      576 net/netfilter/nfnetlink_log.c 		    nla_put_be16(inst->skb, NFULA_HWLEN,
nla_put_be16      354 net/netfilter/nfnetlink_queue.c 		if (nla_put_be16(skb, NFQA_VLAN_TCI, htons(entskb->vlan_tci)) ||
nla_put_be16      355 net/netfilter/nfnetlink_queue.c 		    nla_put_be16(skb, NFQA_VLAN_PROTO, entskb->vlan_proto))
nla_put_be16      936 net/netfilter/nft_ct.c 	    nla_put_be16(skb, NFTA_CT_TIMEOUT_L3PROTO, htons(timeout->l3num)))
nla_put_be16     1126 net/netfilter/nft_ct.c 	if (nla_put_be16(skb, NFTA_CT_HELPER_L3PROTO, htons(family)))
nla_put_be16     1200 net/netfilter/nft_ct.c 	if (nla_put_be16(skb, NFTA_CT_EXPECT_L3PROTO, htons(priv->l3num)) ||
nla_put_be16     1202 net/netfilter/nft_ct.c 	    nla_put_be16(skb, NFTA_CT_EXPECT_DPORT, priv->dport) ||
nla_put_be16      246 net/netfilter/nft_log.c 		if (nla_put_be16(skb, NFTA_LOG_GROUP, htons(li->u.ulog.group)))
nla_put_be16      255 net/netfilter/nft_log.c 			if (nla_put_be16(skb, NFTA_LOG_QTHRESHOLD,
nla_put_be16      134 net/netfilter/nft_queue.c 	if (nla_put_be16(skb, NFTA_QUEUE_NUM, htons(priv->queuenum)) ||
nla_put_be16      135 net/netfilter/nft_queue.c 	    nla_put_be16(skb, NFTA_QUEUE_TOTAL, htons(priv->queues_total)) ||
nla_put_be16      136 net/netfilter/nft_queue.c 	    nla_put_be16(skb, NFTA_QUEUE_FLAGS, htons(priv->flags)))
nla_put_be16      151 net/netfilter/nft_queue.c 	    nla_put_be16(skb, NFTA_QUEUE_FLAGS, htons(priv->flags)))
nla_put_be16      230 net/netfilter/nft_synproxy.c 	if (nla_put_be16(skb, NFTA_SYNPROXY_MSS, htons(priv->info.mss)) ||
nla_put_be16      510 net/netfilter/nft_tunnel.c 	if (nla_put_be16(skb, NFTA_TUNNEL_KEY_SPORT, info->key.tp_src) < 0 ||
nla_put_be16      511 net/netfilter/nft_tunnel.c 	    nla_put_be16(skb, NFTA_TUNNEL_KEY_DPORT, info->key.tp_dst) < 0)
nla_put_be16      905 net/openvswitch/flow_netlink.c 	    nla_put_be16(skb, OVS_TUNNEL_KEY_ATTR_TP_SRC, output->tp_src))
nla_put_be16      908 net/openvswitch/flow_netlink.c 	    nla_put_be16(skb, OVS_TUNNEL_KEY_ATTR_TP_DST, output->tp_dst))
nla_put_be16     1936 net/openvswitch/flow_netlink.c 	if (nla_put_be16(skb, OVS_KEY_ATTR_ETHERTYPE, eth_type) ||
nla_put_be16     1937 net/openvswitch/flow_netlink.c 	    nla_put_be16(skb, OVS_KEY_ATTR_VLAN, vh->tci))
nla_put_be16     2052 net/openvswitch/flow_netlink.c 				if (nla_put_be16(skb, OVS_KEY_ATTR_ETHERTYPE,
nla_put_be16     2059 net/openvswitch/flow_netlink.c 	if (nla_put_be16(skb, OVS_KEY_ATTR_ETHERTYPE, output->eth.type))
nla_put_be16     2139 net/openvswitch/flow_netlink.c 			if (nla_put_be16(skb, OVS_KEY_ATTR_TCP_FLAGS,
nla_put_be16      818 net/sched/act_ct.c 		if (nla_put_be16(skb, TCA_CT_NAT_PORT_MIN,
nla_put_be16      821 net/sched/act_ct.c 		if (nla_put_be16(skb, TCA_CT_NAT_PORT_MAX,
nla_put_be16      333 net/sched/act_mpls.c 	if (nla_put_be16(skb, TCA_MPLS_PROTO, p->tcfm_proto))
nla_put_be16      439 net/sched/act_tunnel_key.c 		if (nla_put_be16(skb, TCA_TUNNEL_KEY_ENC_OPT_GENEVE_CLASS,
nla_put_be16      545 net/sched/act_tunnel_key.c 		      nla_put_be16(skb, TCA_TUNNEL_KEY_ENC_DST_PORT,
nla_put_be16      275 net/sched/act_vlan.c 	     nla_put_be16(skb, TCA_VLAN_PUSH_VLAN_PROTOCOL,
nla_put_be16     2134 net/sched/cls_flower.c 		if (nla_put_be16(skb, TCA_FLOWER_KEY_ENC_OPT_GENEVE_CLASS,
nla_put_be16     2264 net/sched/cls_flower.c 	     nla_put_be16(skb, TCA_FLOWER_KEY_VLAN_ETH_TYPE,
nla_put_be16     2270 net/sched/cls_flower.c 			if (nla_put_be16(skb, TCA_FLOWER_KEY_CVLAN_ETH_TYPE,
nla_put_be16     2274 net/sched/cls_flower.c 			if (nla_put_be16(skb, TCA_FLOWER_KEY_VLAN_ETH_TYPE,