Searched refs:nlattr_get_uint16 (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/netpfil/pf/ |
H A D | pf_nl.c | 72 { .type = PF_ST_PROTO, .off = _OUT(proto), .cb = nlattr_get_uint16 }, 454 { .type = PF_RAT_SRC_PORT, .off = _OUT(port[0]), .cb = nlattr_get_uint16 }, 455 { .type = PF_RAT_DST_PORT, .off = _OUT(port[1]), .cb = nlattr_get_uint16 }, 486 {. type = PF_MET_PSID, .off = _OUT(psid), .cb = nlattr_get_uint16 }, 574 { .type = PF_PT_PROXY_SRC_PORT, .off = _OUT(proxy_port[0]), .cb = nlattr_get_uint16 }, 575 { .type = PF_PT_PROXY_DST_PORT, .off = _OUT(proxy_port[1]), .cb = nlattr_get_uint16 }, 703 { .type = PF_RT_DNPIPE, .off = _OUT(dnpipe), .cb = nlattr_get_uint16 }, 704 { .type = PF_RT_DNRPIPE, .off = _OUT(dnrpipe), .cb = nlattr_get_uint16 }, 710 { .type = PF_RT_RETURN_ICMP, .off = _OUT(return_icmp), .cb = nlattr_get_uint16 }, 711 { .type = PF_RT_RETURN_ICMP6, .off = _OUT(return_icmp6), .cb = nlattr_get_uint16 }, [all …]
|
H A D | pflow.c | 1541 { .type = PFLOWNL_ADDR_PORT, .off = _OUT(in.sin_port), .cb = nlattr_get_uint16 }, 1558 { .type = PFLOWNL_SET_VERSION, .off = _OUT(version), .cb = nlattr_get_uint16 },
|
/freebsd/sys/netlink/ |
H A D | netlink_message_parser.h | 181 int nlattr_get_uint16(struct nlattr *nla, struct nl_pstate *npt,
|
H A D | netlink_message_parser.c | 357 nlattr_get_uint16(struct nlattr *nla, struct nl_pstate *npt, const void *arg, in nlattr_get_uint32() 340 nlattr_get_uint16(struct nlattr *nla, struct nl_pstate *npt, const void *arg, void *target) nlattr_get_uint16() function
|
H A D | netlink_generic.c | 246 { .type = CTRL_ATTR_FAMILY_ID , .off = _OUT(family_id), .cb = nlattr_get_uint16 },
|
/freebsd/sys/net/ |
H A D | if_vlan.c | 1241 { .type = IFLA_VLAN_ID, .off = _OUT(vlan_id), .cb = nlattr_get_uint16 }, 1243 { .type = IFLA_VLAN_PROTOCOL, .off = _OUT(vlan_proto), .cb = nlattr_get_uint16 },
|
/freebsd/sys/netinet/ |
H A D | ip_carp.c | 2819 { .type = CARP_NL_VRRP_ADV_INTER, .off = _OUT(vrrp_adv_inter), .cb = nlattr_get_uint16 },
|