nla_get_be16     1437 drivers/net/geneve.c 		info->key.tp_dst = nla_get_be16(data[IFLA_GENEVE_PORT]);
nla_get_be16     3274 drivers/net/macsec.c 		sci = dev_to_sci(dev, nla_get_be16(data[IFLA_MACSEC_PORT]));
nla_get_be16     1078 drivers/net/vxlan.c 		*port = nla_get_be16(tb[NDA_PORT]);
nla_get_be16     3862 drivers/net/vxlan.c 		conf->dst_port = nla_get_be16(data[IFLA_VXLAN_PORT]);
nla_get_be16      407 include/linux/netfilter/ipset/ip_set.h 	return ntohs(nla_get_be16(attr));
nla_get_be16       63 net/8021q/vlan_netlink.c 		switch (nla_get_be16(data[IFLA_VLAN_PROTOCOL])) {
nla_get_be16      163 net/8021q/vlan_netlink.c 		proto = nla_get_be16(data[IFLA_VLAN_PROTOCOL]);
nla_get_be16      955 net/bridge/br_netlink.c 		switch (nla_get_be16(data[IFLA_BR_VLAN_PROTOCOL])) {
nla_get_be16     1102 net/bridge/br_netlink.c 		__be16 vlan_proto = nla_get_be16(data[IFLA_BR_VLAN_PROTOCOL]);
nla_get_be16      700 net/ipv4/fou.c 		port = nla_get_be16(info->attrs[FOU_ATTR_PORT]);
nla_get_be16      743 net/ipv4/fou.c 			port = nla_get_be16(info->attrs[FOU_ATTR_PEER_PORT]);
nla_get_be16     1013 net/ipv4/ip_gre.c 		flags |= nla_get_be16(data[IFLA_GRE_IFLAGS]);
nla_get_be16     1015 net/ipv4/ip_gre.c 		flags |= nla_get_be16(data[IFLA_GRE_OFLAGS]);
nla_get_be16     1067 net/ipv4/ip_gre.c 		flags |= nla_get_be16(data[IFLA_GRE_OFLAGS]);
nla_get_be16     1069 net/ipv4/ip_gre.c 		flags |= nla_get_be16(data[IFLA_GRE_IFLAGS]);
nla_get_be16     1107 net/ipv4/ip_gre.c 		parms->i_flags = gre_flags_to_tnl_flags(nla_get_be16(data[IFLA_GRE_IFLAGS]));
nla_get_be16     1110 net/ipv4/ip_gre.c 		parms->o_flags = gre_flags_to_tnl_flags(nla_get_be16(data[IFLA_GRE_OFLAGS]));
nla_get_be16     1222 net/ipv4/ip_gre.c 		ipencap->sport = nla_get_be16(data[IFLA_GRE_ENCAP_SPORT]);
nla_get_be16     1227 net/ipv4/ip_gre.c 		ipencap->dport = nla_get_be16(data[IFLA_GRE_ENCAP_DPORT]);
nla_get_be16      269 net/ipv4/ip_tunnel_core.c 		tun_info->key.tun_flags = nla_get_be16(tb[LWTUNNEL_IP_FLAGS]);
nla_get_be16      378 net/ipv4/ip_tunnel_core.c 		tun_info->key.tun_flags = nla_get_be16(tb[LWTUNNEL_IP6_FLAGS]);
nla_get_be16      483 net/ipv4/ipip.c 		ipencap->sport = nla_get_be16(data[IFLA_IPTUN_ENCAP_SPORT]);
nla_get_be16      488 net/ipv4/ipip.c 		ipencap->dport = nla_get_be16(data[IFLA_IPTUN_ENCAP_DPORT]);
nla_get_be16     3117 net/ipv4/route.c 		sport = nla_get_be16(tb[RTA_SPORT]);
nla_get_be16     3120 net/ipv4/route.c 		dport = nla_get_be16(tb[RTA_DPORT]);
nla_get_be16     1624 net/ipv6/ip6_gre.c 		flags |= nla_get_be16(data[IFLA_GRE_IFLAGS]);
nla_get_be16     1626 net/ipv6/ip6_gre.c 		flags |= nla_get_be16(data[IFLA_GRE_OFLAGS]);
nla_get_be16     1673 net/ipv6/ip6_gre.c 		flags |= nla_get_be16(data[IFLA_GRE_OFLAGS]);
nla_get_be16     1675 net/ipv6/ip6_gre.c 		flags |= nla_get_be16(data[IFLA_GRE_IFLAGS]);
nla_get_be16     1757 net/ipv6/ip6_gre.c 				nla_get_be16(data[IFLA_GRE_IFLAGS]));
nla_get_be16     1761 net/ipv6/ip6_gre.c 				nla_get_be16(data[IFLA_GRE_OFLAGS]));
nla_get_be16     1923 net/ipv6/ip6_gre.c 		ipencap->sport = nla_get_be16(data[IFLA_GRE_ENCAP_SPORT]);
nla_get_be16     1928 net/ipv6/ip6_gre.c 		ipencap->dport = nla_get_be16(data[IFLA_GRE_ENCAP_DPORT]);
nla_get_be16     1983 net/ipv6/ip6_tunnel.c 		ipencap->sport = nla_get_be16(data[IFLA_IPTUN_ENCAP_SPORT]);
nla_get_be16     1988 net/ipv6/ip6_tunnel.c 		ipencap->dport = nla_get_be16(data[IFLA_IPTUN_ENCAP_DPORT]);
nla_get_be16     5849 net/ipv6/route.c 		fl6.fl6_sport = nla_get_be16(tb[RTA_SPORT]);
nla_get_be16     5852 net/ipv6/route.c 		fl6.fl6_dport = nla_get_be16(tb[RTA_DPORT]);
nla_get_be16     1484 net/ipv6/sit.c 		parms->i_flags = nla_get_be16(data[IFLA_IPTUN_FLAGS]);
nla_get_be16     1516 net/ipv6/sit.c 		ipencap->sport = nla_get_be16(data[IFLA_IPTUN_ENCAP_SPORT]);
nla_get_be16     1521 net/ipv6/sit.c 		ipencap->dport = nla_get_be16(data[IFLA_IPTUN_ENCAP_DPORT]);
nla_get_be16      445 net/netfilter/ipset/ip_set_core.c 			be16_to_cpu(nla_get_be16(tb[IPSET_ATTR_SKBQUEUE]));
nla_get_be16      131 net/netfilter/ipset/ip_set_hash_ipport.c 	e.port = nla_get_be16(tb[IPSET_ATTR_PORT]);
nla_get_be16      297 net/netfilter/ipset/ip_set_hash_ipport.c 	e.port = nla_get_be16(tb[IPSET_ATTR_PORT]);
nla_get_be16      138 net/netfilter/ipset/ip_set_hash_ipportip.c 	e.port = nla_get_be16(tb[IPSET_ATTR_PORT]);
nla_get_be16      312 net/netfilter/ipset/ip_set_hash_ipportip.c 	e.port = nla_get_be16(tb[IPSET_ATTR_PORT]);
nla_get_be16      200 net/netfilter/ipset/ip_set_hash_ipportnet.c 	e.port = nla_get_be16(tb[IPSET_ATTR_PORT]);
nla_get_be16      460 net/netfilter/ipset/ip_set_hash_ipportnet.c 	e.port = nla_get_be16(tb[IPSET_ATTR_PORT]);
nla_get_be16      189 net/netfilter/ipset/ip_set_hash_netport.c 	e.port = nla_get_be16(tb[IPSET_ATTR_PORT]);
nla_get_be16      408 net/netfilter/ipset/ip_set_hash_netport.c 	e.port = nla_get_be16(tb[IPSET_ATTR_PORT]);
nla_get_be16      222 net/netfilter/ipset/ip_set_hash_netportnet.c 	e.port = nla_get_be16(tb[IPSET_ATTR_PORT]);
nla_get_be16      505 net/netfilter/ipset/ip_set_hash_netportnet.c 	e.port = nla_get_be16(tb[IPSET_ATTR_PORT]);
nla_get_be16     3188 net/netfilter/ipvs/ip_vs_ctl.c 		usvc->port = nla_get_be16(nla_port);
nla_get_be16     3377 net/netfilter/ipvs/ip_vs_ctl.c 	udest->port = nla_get_be16(nla_port);
nla_get_be16     3411 net/netfilter/ipvs/ip_vs_ctl.c 			udest->tun_port = nla_get_be16(nla_tun_port);
nla_get_be16     1845 net/netfilter/nf_conntrack_core.c 	t->src.u.tcp.port = nla_get_be16(tb[CTA_PROTO_SRC_PORT]);
nla_get_be16     1846 net/netfilter/nf_conntrack_core.c 	t->dst.u.tcp.port = nla_get_be16(tb[CTA_PROTO_DST_PORT]);
nla_get_be16     1091 net/netfilter/nf_conntrack_netlink.c 		zone->id = ntohs(nla_get_be16(attr));
nla_get_be16      287 net/netfilter/nf_conntrack_proto_icmp.c 	tuple->src.u.icmp.id = nla_get_be16(tb[CTA_PROTO_ICMP_ID]);
nla_get_be16      205 net/netfilter/nf_conntrack_proto_icmpv6.c 	tuple->src.u.icmp.id = nla_get_be16(tb[CTA_PROTO_ICMPV6_ID]);
nla_get_be16      872 net/netfilter/nf_nat_core.c 		range->min_proto.all = nla_get_be16(tb[CTA_PROTONAT_PORT_MIN]);
nla_get_be16      877 net/netfilter/nf_nat_core.c 		range->max_proto.all = nla_get_be16(tb[CTA_PROTONAT_PORT_MAX]);
nla_get_be16       89 net/netfilter/nfnetlink_cthelper.c 	tuple->src.l3num = ntohs(nla_get_be16(tb[NFCTH_TUPLE_L3PROTONUM]));
nla_get_be16       94 net/netfilter/nfnetlink_cttimeout.c 	l3num = ntohs(nla_get_be16(cda[CTA_TIMEOUT_L3PROTO]));
nla_get_be16      439 net/netfilter/nfnetlink_cttimeout.c 	l3num = ntohs(nla_get_be16(cda[CTA_TIMEOUT_L3PROTO]));
nla_get_be16      909 net/netfilter/nfnetlink_log.c 		flags = ntohs(nla_get_be16(nfula[NFULA_CFG_FLAGS]));
nla_get_be16     1148 net/netfilter/nfnetlink_queue.c 			nla_get_be16(tb[NFQA_VLAN_PROTO]),
nla_get_be16     1149 net/netfilter/nfnetlink_queue.c 			ntohs(nla_get_be16(tb[NFQA_VLAN_TCI])));
nla_get_be16      876 net/netfilter/nft_ct.c 		l3num = ntohs(nla_get_be16(tb[NFTA_CT_TIMEOUT_L3PROTO]));
nla_get_be16      996 net/netfilter/nft_ct.c 		family = ntohs(nla_get_be16(tb[NFTA_CT_HELPER_L3PROTO]));
nla_get_be16     1179 net/netfilter/nft_ct.c 		priv->l3num = ntohs(nla_get_be16(tb[NFTA_CT_EXPECT_L3PROTO]));
nla_get_be16     1182 net/netfilter/nft_ct.c 	priv->dport = nla_get_be16(tb[NFTA_CT_EXPECT_DPORT]);
nla_get_be16      183 net/netfilter/nft_log.c 		li->u.ulog.group = ntohs(nla_get_be16(tb[NFTA_LOG_GROUP]));
nla_get_be16      191 net/netfilter/nft_log.c 				ntohs(nla_get_be16(tb[NFTA_LOG_QTHRESHOLD]));
nla_get_be16       85 net/netfilter/nft_queue.c 	priv->queuenum = ntohs(nla_get_be16(tb[NFTA_QUEUE_NUM]));
nla_get_be16       88 net/netfilter/nft_queue.c 		priv->queues_total = ntohs(nla_get_be16(tb[NFTA_QUEUE_TOTAL]));
nla_get_be16      100 net/netfilter/nft_queue.c 		priv->flags = ntohs(nla_get_be16(tb[NFTA_QUEUE_FLAGS]));
nla_get_be16      120 net/netfilter/nft_queue.c 		priv->flags = ntohs(nla_get_be16(tb[NFTA_QUEUE_FLAGS]));
nla_get_be16      161 net/netfilter/nft_synproxy.c 		priv->info.mss = ntohs(nla_get_be16(tb[NFTA_SYNPROXY_MSS]));
nla_get_be16      377 net/netfilter/nft_tunnel.c 		info.key.tp_src = nla_get_be16(tb[NFTA_TUNNEL_KEY_SPORT]);
nla_get_be16      380 net/netfilter/nft_tunnel.c 		info.key.tp_dst = nla_get_be16(tb[NFTA_TUNNEL_KEY_DPORT]);
nla_get_be16     1237 net/openvswitch/actions.c 			err = pop_mpls(skb, key, nla_get_be16(a));
nla_get_be16      724 net/openvswitch/flow_netlink.c 					nla_get_be16(a), is_mask);
nla_get_be16      728 net/openvswitch/flow_netlink.c 					nla_get_be16(a), is_mask);
nla_get_be16      968 net/openvswitch/flow_netlink.c 		tci = nla_get_be16(a[OVS_KEY_ATTR_VLAN]);
nla_get_be16      971 net/openvswitch/flow_netlink.c 		tpid = nla_get_be16(a[OVS_KEY_ATTR_ETHERTYPE]);
nla_get_be16      991 net/openvswitch/flow_netlink.c 	       eth_type_vlan(nla_get_be16(a[OVS_KEY_ATTR_ETHERTYPE])))) {
nla_get_be16     1003 net/openvswitch/flow_netlink.c 		tci = nla_get_be16(a[OVS_KEY_ATTR_VLAN]);
nla_get_be16     1044 net/openvswitch/flow_netlink.c 		tci = nla_get_be16(a[OVS_KEY_ATTR_VLAN]);
nla_get_be16     1047 net/openvswitch/flow_netlink.c 		tpid = nla_get_be16(a[OVS_KEY_ATTR_ETHERTYPE]);
nla_get_be16     1127 net/openvswitch/flow_netlink.c 	eth_type = nla_get_be16(a[OVS_KEY_ATTR_ETHERTYPE]);
nla_get_be16     1650 net/openvswitch/flow_netlink.c 				nla_get_be16(a[OVS_KEY_ATTR_TCP_FLAGS]),
nla_get_be16      559 net/sched/act_ct.c 		range->min_proto.all = nla_get_be16(tb[TCA_CT_NAT_PORT_MIN]);
nla_get_be16      562 net/sched/act_ct.c 				       nla_get_be16(tb[TCA_CT_NAT_PORT_MAX]) :
nla_get_be16      173 net/sched/act_mpls.c 		if (!eth_proto_is_802_3(nla_get_be16(tb[TCA_MPLS_PROTO]))) {
nla_get_be16      196 net/sched/act_mpls.c 		    !eth_p_mpls(nla_get_be16(tb[TCA_MPLS_PROTO]))) {
nla_get_be16      263 net/sched/act_mpls.c 	p->tcfm_proto = tb[TCA_MPLS_PROTO] ? nla_get_be16(tb[TCA_MPLS_PROTO]) :
nla_get_be16      106 net/sched/act_tunnel_key.c 			nla_get_be16(tb[TCA_TUNNEL_KEY_ENC_OPT_GENEVE_CLASS]);
nla_get_be16      279 net/sched/act_tunnel_key.c 			dst_port = nla_get_be16(tb[TCA_TUNNEL_KEY_ENC_DST_PORT]);
nla_get_be16      162 net/sched/act_vlan.c 			push_proto = nla_get_be16(tb[TCA_VLAN_PUSH_VLAN_PROTOCOL]);
nla_get_be16      929 net/sched/cls_flower.c 		opt->opt_class = nla_get_be16(class);
nla_get_be16     1075 net/sched/cls_flower.c 		ethertype = nla_get_be16(tb[TCA_FLOWER_KEY_ETH_TYPE]);
nla_get_be16     1083 net/sched/cls_flower.c 				ethertype = nla_get_be16(tb[TCA_FLOWER_KEY_VLAN_ETH_TYPE]);