Symbol: nla_get_be16
drivers/net/geneve.c
2189
info->key.tp_dst = nla_get_be16(data[IFLA_GENEVE_PORT]);
drivers/net/macsec.c
4239
sci = dev_to_sci(dev, nla_get_be16(data[IFLA_MACSEC_PORT]));
drivers/net/ovpn/netlink.c
109
port = nla_get_be16(attrs[OVPN_A_PEER_REMOTE_PORT]);
drivers/net/vxlan/vxlan_core.c
1185
*port = nla_get_be16(tb[NDA_PORT]);
drivers/net/vxlan/vxlan_core.c
3169
desc.port = nla_get_be16(tb[NDA_PORT]);
drivers/net/vxlan/vxlan_core.c
4243
conf->dst_port = nla_get_be16(data[IFLA_VXLAN_PORT]);
include/linux/netfilter/ipset/ip_set.h
398
return ntohs(nla_get_be16(attr));
include/net/netlink.h
1843
return nla_get_be16(nla);
lib/nlattr.c
201
value = ntohs(nla_get_be16(nla));
lib/nlattr.c
376
value = ntohs(nla_get_be16(nla));
net/8021q/vlan_netlink.c
63
switch (nla_get_be16(data[IFLA_VLAN_PROTOCOL])) {
net/bridge/br_netlink.c
1210
!eth_type_vlan(nla_get_be16(data[IFLA_BR_VLAN_PROTOCOL])))
net/bridge/br_netlink.c
1370
__be16 vlan_proto = nla_get_be16(data[IFLA_BR_VLAN_PROTOCOL]);
net/ipv4/fou_core.c
689
port = nla_get_be16(info->attrs[FOU_ATTR_PORT]);
net/ipv4/fou_core.c
732
port = nla_get_be16(info->attrs[FOU_ATTR_PEER_PORT]);
net/ipv4/ip_gre.c
1103
flags |= nla_get_be16(data[IFLA_GRE_IFLAGS]);
net/ipv4/ip_gre.c
1105
flags |= nla_get_be16(data[IFLA_GRE_OFLAGS]);
net/ipv4/ip_gre.c
1161
flags |= nla_get_be16(data[IFLA_GRE_OFLAGS]);
net/ipv4/ip_gre.c
1163
flags |= nla_get_be16(data[IFLA_GRE_IFLAGS]);
net/ipv4/ip_gre.c
1202
nla_get_be16(data[IFLA_GRE_IFLAGS]));
net/ipv4/ip_gre.c
1206
nla_get_be16(data[IFLA_GRE_OFLAGS]));
net/ipv4/ip_gre.c
1318
ipencap->sport = nla_get_be16(data[IFLA_GRE_ENCAP_SPORT]);
net/ipv4/ip_gre.c
1323
ipencap->dport = nla_get_be16(data[IFLA_GRE_ENCAP_DPORT]);
net/ipv4/ip_tunnel_core.c
1028
data = nla_get_be16(tb[LWTUNNEL_IP6_FLAGS]);
net/ipv4/ip_tunnel_core.c
1151
encap->sport = nla_get_be16(data[IFLA_IPTUN_ENCAP_SPORT]);
net/ipv4/ip_tunnel_core.c
1156
encap->dport = nla_get_be16(data[IFLA_IPTUN_ENCAP_DPORT]);
net/ipv4/ip_tunnel_core.c
1190
flags = nla_get_be16(data[IFLA_IPTUN_FLAGS]);
net/ipv4/ip_tunnel_core.c
527
opt->opt_class = nla_get_be16(attr);
net/ipv4/ip_tunnel_core.c
742
nla_get_be16(tb[LWTUNNEL_IP_FLAGS]));
net/ipv4/route.c
3329
sport = nla_get_be16(tb[RTA_SPORT]);
net/ipv4/route.c
3332
dport = nla_get_be16(tb[RTA_DPORT]);
net/ipv6/ip6_gre.c
1640
flags |= nla_get_be16(data[IFLA_GRE_IFLAGS]);
net/ipv6/ip6_gre.c
1642
flags |= nla_get_be16(data[IFLA_GRE_OFLAGS]);
net/ipv6/ip6_gre.c
1689
flags |= nla_get_be16(data[IFLA_GRE_OFLAGS]);
net/ipv6/ip6_gre.c
1691
flags |= nla_get_be16(data[IFLA_GRE_IFLAGS]);
net/ipv6/ip6_gre.c
1773
nla_get_be16(data[IFLA_GRE_IFLAGS]));
net/ipv6/ip6_gre.c
1777
nla_get_be16(data[IFLA_GRE_OFLAGS]));
net/ipv6/ip6_gre.c
1932
ipencap->sport = nla_get_be16(data[IFLA_GRE_ENCAP_SPORT]);
net/ipv6/ip6_gre.c
1937
ipencap->dport = nla_get_be16(data[IFLA_GRE_ENCAP_DPORT]);
net/ipv6/route.c
6266
fl6.fl6_sport = nla_get_be16(tb[RTA_SPORT]);
net/ipv6/route.c
6269
fl6.fl6_dport = nla_get_be16(tb[RTA_DPORT]);
net/netfilter/ipset/ip_set_core.c
517
be16_to_cpu(nla_get_be16(tb[IPSET_ATTR_SKBQUEUE]));
net/netfilter/ipset/ip_set_hash_ipport.c
143
e.port = nla_get_be16(tb[IPSET_ATTR_PORT]);
net/netfilter/ipset/ip_set_hash_ipport.c
325
e.port = nla_get_be16(tb[IPSET_ATTR_PORT]);
net/netfilter/ipset/ip_set_hash_ipportip.c
139
e.port = nla_get_be16(tb[IPSET_ATTR_PORT]);
net/netfilter/ipset/ip_set_hash_ipportip.c
320
e.port = nla_get_be16(tb[IPSET_ATTR_PORT]);
net/netfilter/ipset/ip_set_hash_ipportnet.c
201
e.port = nla_get_be16(tb[IPSET_ATTR_PORT]);
net/netfilter/ipset/ip_set_hash_ipportnet.c
470
e.port = nla_get_be16(tb[IPSET_ATTR_PORT]);
net/netfilter/ipset/ip_set_hash_netport.c
190
e.port = nla_get_be16(tb[IPSET_ATTR_PORT]);
net/netfilter/ipset/ip_set_hash_netport.c
413
e.port = nla_get_be16(tb[IPSET_ATTR_PORT]);
net/netfilter/ipset/ip_set_hash_netportnet.c
234
e.port = nla_get_be16(tb[IPSET_ATTR_PORT]);
net/netfilter/ipset/ip_set_hash_netportnet.c
523
e.port = nla_get_be16(tb[IPSET_ATTR_PORT]);
net/netfilter/ipvs/ip_vs_ctl.c
4203
usvc->port = nla_get_be16(nla_port);
net/netfilter/ipvs/ip_vs_ctl.c
4390
udest->port = nla_get_be16(nla_port);
net/netfilter/ipvs/ip_vs_ctl.c
4421
udest->tun_port = nla_get_be16(nla_tun_port);
net/netfilter/nf_conntrack_core.c
2155
t->src.u.tcp.port = nla_get_be16(tb[CTA_PROTO_SRC_PORT]);
net/netfilter/nf_conntrack_core.c
2162
t->dst.u.tcp.port = nla_get_be16(tb[CTA_PROTO_DST_PORT]);
net/netfilter/nf_conntrack_netlink.c
1416
zone->id = ntohs(nla_get_be16(attr));
net/netfilter/nf_conntrack_proto_icmp.c
299
tuple->src.u.icmp.id = nla_get_be16(tb[CTA_PROTO_ICMP_ID]);
net/netfilter/nf_conntrack_proto_icmpv6.c
277
tuple->src.u.icmp.id = nla_get_be16(tb[CTA_PROTO_ICMPV6_ID]);
net/netfilter/nf_nat_core.c
1033
range->min_proto.all = nla_get_be16(tb[CTA_PROTONAT_PORT_MIN]);
net/netfilter/nf_nat_core.c
1038
range->max_proto.all = nla_get_be16(tb[CTA_PROTONAT_PORT_MAX]);
net/netfilter/nfnetlink_cthelper.c
92
tuple->src.l3num = ntohs(nla_get_be16(tb[NFCTH_TUPLE_L3PROTONUM]));
net/netfilter/nfnetlink_cttimeout.c
113
l3num = ntohs(nla_get_be16(cda[CTA_TIMEOUT_L3PROTO]));
net/netfilter/nfnetlink_cttimeout.c
443
l3num = ntohs(nla_get_be16(cda[CTA_TIMEOUT_L3PROTO]));
net/netfilter/nfnetlink_log.c
945
flags = ntohs(nla_get_be16(nfula[NFULA_CFG_FLAGS]));
net/netfilter/nfnetlink_queue.c
1701
nla_get_be16(tb[NFQA_VLAN_PROTO]),
net/netfilter/nfnetlink_queue.c
1702
ntohs(nla_get_be16(tb[NFQA_VLAN_TCI])));
net/netfilter/nft_ct.c
1046
family = ntohs(nla_get_be16(tb[NFTA_CT_HELPER_L3PROTO]));
net/netfilter/nft_ct.c
1244
priv->l3num = ntohs(nla_get_be16(tb[NFTA_CT_EXPECT_L3PROTO]));
net/netfilter/nft_ct.c
1273
priv->dport = nla_get_be16(tb[NFTA_CT_EXPECT_DPORT]);
net/netfilter/nft_ct.c
924
l3num = ntohs(nla_get_be16(tb[NFTA_CT_TIMEOUT_L3PROTO]));
net/netfilter/nft_log.c
141
li->u.ulog.group = ntohs(nla_get_be16(tb[NFTA_LOG_GROUP]));
net/netfilter/nft_log.c
149
ntohs(nla_get_be16(tb[NFTA_LOG_QTHRESHOLD]));
net/netfilter/nft_queue.c
109
priv->queuenum = ntohs(nla_get_be16(tb[NFTA_QUEUE_NUM]));
net/netfilter/nft_queue.c
112
priv->queues_total = ntohs(nla_get_be16(tb[NFTA_QUEUE_TOTAL]));
net/netfilter/nft_queue.c
124
priv->flags = ntohs(nla_get_be16(tb[NFTA_QUEUE_FLAGS]));
net/netfilter/nft_queue.c
144
priv->flags = ntohs(nla_get_be16(tb[NFTA_QUEUE_FLAGS]));
net/netfilter/nft_synproxy.c
161
priv->info.mss = ntohs(nla_get_be16(tb[NFTA_SYNPROXY_MSS]));
net/netfilter/nft_tunnel.c
343
opt->opt_class = nla_get_be16(tb[NFTA_TUNNEL_KEY_GENEVE_CLASS]);
net/netfilter/nft_tunnel.c
451
info.key.tp_src = nla_get_be16(tb[NFTA_TUNNEL_KEY_SPORT]);
net/netfilter/nft_tunnel.c
454
info.key.tp_dst = nla_get_be16(tb[NFTA_TUNNEL_KEY_DPORT]);
net/openvswitch/actions.c
1335
err = pop_mpls(skb, key, nla_get_be16(a));
net/openvswitch/flow_netlink.c
1019
eth_type_vlan(nla_get_be16(a[OVS_KEY_ATTR_ETHERTYPE])))) {
net/openvswitch/flow_netlink.c
1031
tci = nla_get_be16(a[OVS_KEY_ATTR_VLAN]);
net/openvswitch/flow_netlink.c
1072
tci = nla_get_be16(a[OVS_KEY_ATTR_VLAN]);
net/openvswitch/flow_netlink.c
1075
tpid = nla_get_be16(a[OVS_KEY_ATTR_ETHERTYPE]);
net/openvswitch/flow_netlink.c
1155
eth_type = nla_get_be16(a[OVS_KEY_ATTR_ETHERTYPE]);
net/openvswitch/flow_netlink.c
1667
nla_get_be16(a[OVS_KEY_ATTR_TCP_FLAGS]),
net/openvswitch/flow_netlink.c
3434
proto = nla_get_be16(a);
net/openvswitch/flow_netlink.c
747
nla_get_be16(a), is_mask);
net/openvswitch/flow_netlink.c
751
nla_get_be16(a), is_mask);
net/openvswitch/flow_netlink.c
996
tci = nla_get_be16(a[OVS_KEY_ATTR_VLAN]);
net/openvswitch/flow_netlink.c
999
tpid = nla_get_be16(a[OVS_KEY_ATTR_ETHERTYPE]);
net/sched/act_ct.c
1210
range->min_proto.all = nla_get_be16(tb[TCA_CT_NAT_PORT_MIN]);
net/sched/act_ct.c
1213
nla_get_be16(tb[TCA_CT_NAT_PORT_MAX]) :
net/sched/act_mpls.c
220
if (!eth_proto_is_802_3(nla_get_be16(tb[TCA_MPLS_PROTO]))) {
net/sched/act_mpls.c
248
!eth_p_mpls(nla_get_be16(tb[TCA_MPLS_PROTO]))) {
net/sched/act_tunnel_key.c
124
nla_get_be16(tb[TCA_TUNNEL_KEY_ENC_OPT_GENEVE_CLASS]);
net/sched/act_tunnel_key.c
431
dst_port = nla_get_be16(tb[TCA_TUNNEL_KEY_ENC_DST_PORT]);
net/sched/act_vlan.c
176
push_proto = nla_get_be16(tb[TCA_VLAN_PUSH_VLAN_PROTOCOL]);
net/sched/cls_flower.c
1110
nla_get_be16(tb[vlan_next_eth_type_key]);
net/sched/cls_flower.c
1132
nla_get_be16(tb[TCA_FLOWER_KEY_PPPOE_SID]);
net/sched/cls_flower.c
1137
nla_get_be16(tb[TCA_FLOWER_KEY_PPP_PROTO]);
net/sched/cls_flower.c
1311
opt->opt_class = nla_get_be16(class);
net/sched/cls_flower.c
1810
*ethertype = nla_get_be16(tb);