Searched refs:nlattr_get_uint8 (Results 1 – 7 of 7) sorted by relevance
| /freebsd/sys/netpfil/pf/ |
| H A D | pf_nl.c | 78 { .type = PF_ST_AF, .off = _OUT(af), .cb = nlattr_get_uint8 }, 450 { .type = PF_AT_TYPE, .off = _OUT(type), .cb = nlattr_get_uint8 }, 451 { .type = PF_AT_IFLAGS, .off = _OUT(iflags), .cb = nlattr_get_uint8 }, 487 { .type = PF_RAT_NEG, .off = _OUT(neg), .cb = nlattr_get_uint8 }, 488 { .type = PF_RAT_OP, .off = _OUT(port_op), .cb = nlattr_get_uint8 }, 519 { .type = PF_MET_OFFSET, .off = _OUT(offset), .cb = nlattr_get_uint8 }, 520 { .type = PF_MET_PSID_LEN, .off = _OUT(psidlen), .cb = nlattr_get_uint8 }, 617 { .type = PF_PT_OPTS, .off = _OUT(opts), .cb = nlattr_get_uint8 }, 648 { .type = PF_RUT_OP, .off = _OUT(op), .cb = nlattr_get_uint8 }, 776 { .type = PF_RT_ACTION, .off = _OUT(action), .cb = nlattr_get_uint8 }, [all …]
|
| H A D | pflow.c | 1540 { .type = PFLOWNL_ADDR_FAMILY, .off = _OUT(in.sin_family), .cb = nlattr_get_uint8 },
|
| /freebsd/sys/netlink/ |
| H A D | netlink_message_parser.h | 179 int nlattr_get_uint8(struct nlattr *nla, struct nl_pstate *npt,
|
| H A D | netlink_message_parser.c | 377 nlattr_get_uint8(struct nlattr *nla, struct nl_pstate *npt, const void *arg, in nlattr_get_uint8() function
|
| /freebsd/sys/netlink/route/ |
| H A D | nexthop.c | 708 { .type = NHAF_FAMILY, .off = _OUT(nhaf_family), .cb = nlattr_get_uint8 },
|
| /freebsd/sys/netinet/ |
| H A D | ip_carp.c | 2559 { .type = CARP_NL_VERSION, .off = _OUT(version), .cb = nlattr_get_uint8 }, 2560 { .type = CARP_NL_VRRP_PRIORITY, .off = _OUT(vrrp_prio), .cb = nlattr_get_uint8 },
|
| /freebsd/sys/net/ |
| H A D | if_geneve.c | 544 { .type = IFLA_GENEVE_DF, .off = _OUT(ifla_df), .cb = nlattr_get_uint8 }, 545 { .type = IFLA_GENEVE_TTL, .off = _OUT(ifla_ttl), .cb = nlattr_get_uint8 },
|