Symbol: nlattr_get_uint16
sys/net/if_gre.c
180
{ .type = IFLA_GRE_ENCAP_SPORT, .off = _OUT(ifla_encap_sport), .cb = nlattr_get_uint16 },
sys/net/if_vlan.c
1229
{ .type = IFLA_VLAN_ID, .off = _OUT(vlan_id), .cb = nlattr_get_uint16 },
sys/net/if_vlan.c
1231
{ .type = IFLA_VLAN_PROTOCOL, .off = _OUT(vlan_proto), .cb = nlattr_get_uint16 },
sys/netinet/ip_carp.c
2561
{ .type = CARP_NL_VRRP_ADV_INTER, .off = _OUT(vrrp_adv_inter), .cb = nlattr_get_uint16 },
sys/netlink/netlink_generic.c
246
{ .type = CTRL_ATTR_FAMILY_ID , .off = _OUT(family_id), .cb = nlattr_get_uint16 },
sys/netlink/netlink_message_parser.h
181
int nlattr_get_uint16(struct nlattr *nla, struct nl_pstate *npt,
sys/netpfil/pf/pf_nl.c
1307
{ .type = PF_NL_SRC_PORT, .off = _OUT(sport), .cb = nlattr_get_uint16 },
sys/netpfil/pf/pf_nl.c
1308
{ .type = PF_NL_DST_PORT, .off = _OUT(dport), .cb = nlattr_get_uint16 },
sys/netpfil/pf/pf_nl.c
459
{ .type = PF_RAT_SRC_PORT, .off = _OUT(port[0]), .cb = nlattr_get_uint16 },
sys/netpfil/pf/pf_nl.c
460
{ .type = PF_RAT_DST_PORT, .off = _OUT(port[1]), .cb = nlattr_get_uint16 },
sys/netpfil/pf/pf_nl.c
494
{. type = PF_MET_PSID, .off = _OUT(psid), .cb = nlattr_get_uint16 },
sys/netpfil/pf/pf_nl.c
588
{ .type = PF_PT_PROXY_SRC_PORT, .off = _OUT(proxy_port[0]), .cb = nlattr_get_uint16 },
sys/netpfil/pf/pf_nl.c
589
{ .type = PF_PT_PROXY_DST_PORT, .off = _OUT(proxy_port[1]), .cb = nlattr_get_uint16 },
sys/netpfil/pf/pf_nl.c
734
{ .type = PF_RT_DNPIPE, .off = _OUT(dnpipe), .cb = nlattr_get_uint16 },
sys/netpfil/pf/pf_nl.c
735
{ .type = PF_RT_DNRPIPE, .off = _OUT(dnrpipe), .cb = nlattr_get_uint16 },
sys/netpfil/pf/pf_nl.c
741
{ .type = PF_RT_RETURN_ICMP, .off = _OUT(return_icmp), .cb = nlattr_get_uint16 },
sys/netpfil/pf/pf_nl.c
742
{ .type = PF_RT_RETURN_ICMP6, .off = _OUT(return_icmp6), .cb = nlattr_get_uint16 },
sys/netpfil/pf/pf_nl.c
743
{ .type = PF_RT_MAX_MSS, .off = _OUT(max_mss), .cb = nlattr_get_uint16 },
sys/netpfil/pf/pf_nl.c
744
{ .type = PF_RT_SCRUB_FLAGS, .off = _OUT(scrub_flags), .cb = nlattr_get_uint16 },
sys/netpfil/pf/pf_nl.c
75
{ .type = PF_ST_PROTO, .off = _OUT(proto), .cb = nlattr_get_uint16 },
sys/netpfil/pf/pf_nl.c
776
{ .type = PF_RT_DIVERT_PORT, .off = _OUT(divert.port), .cb = nlattr_get_uint16 },
sys/netpfil/pf/pf_nl.c
784
{ .type = PF_RT_MAX_PKT_SIZE, .off = _OUT(max_pkt_size), .cb = nlattr_get_uint16 },
sys/netpfil/pf/pf_nl.c
785
{ .type = PF_RT_TYPE_2, .off = _OUT(type), .cb = nlattr_get_uint16 },
sys/netpfil/pf/pf_nl.c
786
{ .type = PF_RT_CODE_2, .off = _OUT(code), .cb = nlattr_get_uint16 },
sys/netpfil/pf/pflow.c
1541
{ .type = PFLOWNL_ADDR_PORT, .off = _OUT(in.sin_port), .cb = nlattr_get_uint16 },
sys/netpfil/pf/pflow.c
1558
{ .type = PFLOWNL_SET_VERSION, .off = _OUT(version), .cb = nlattr_get_uint16 },