nla_get_be16     1312 net/ipv4/ip_gre.c 		flags |= nla_get_be16(data[IFLA_GRE_IFLAGS]);
nla_get_be16     1314 net/ipv4/ip_gre.c 		flags |= nla_get_be16(data[IFLA_GRE_OFLAGS]);
nla_get_be16     1359 net/ipv4/ip_gre.c 		parms->i_flags = nla_get_be16(data[IFLA_GRE_IFLAGS]);
nla_get_be16     1362 net/ipv4/ip_gre.c 		parms->o_flags = nla_get_be16(data[IFLA_GRE_OFLAGS]);
nla_get_be16      257 net/ipv4/netfilter/nf_conntrack_proto_icmp.c 	tuple->src.u.icmp.id = nla_get_be16(tb[CTA_PROTO_ICMP_ID]);
nla_get_be16      113 net/ipv4/netfilter/nf_nat_proto_common.c 		range->min.all = nla_get_be16(tb[CTA_PROTONAT_PORT_MIN]);
nla_get_be16      118 net/ipv4/netfilter/nf_nat_proto_common.c 		range->max.all = nla_get_be16(tb[CTA_PROTONAT_PORT_MAX]);
nla_get_be16      237 net/ipv6/netfilter/nf_conntrack_proto_icmpv6.c 	tuple->src.u.icmp.id = nla_get_be16(tb[CTA_PROTO_ICMPV6_ID]);
nla_get_be16      917 net/netfilter/nf_conntrack_core.c 	t->src.u.tcp.port = nla_get_be16(tb[CTA_PROTO_SRC_PORT]);
nla_get_be16      918 net/netfilter/nf_conntrack_core.c 	t->dst.u.tcp.port = nla_get_be16(tb[CTA_PROTO_DST_PORT]);
nla_get_be16      808 net/netfilter/nfnetlink_log.c 		__be16 flags = nla_get_be16(nfula[NFULA_CFG_FLAGS]);