Home
last modified time | relevance | path

Searched refs:nlattr_get_uint32 (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/netlink/
H A Dktest_netlink_message_writer.c50 { .type = 1, .off = _OUT(size), .cb = nlattr_get_uint32 },
51 { .type = 2, .off = _OUT(expected_avail), .cb = nlattr_get_uint32 },
52 { .type = 3, .off = _OUT(waitok), .cb = nlattr_get_uint32 },
H A Dnetlink_message_parser.h183 int nlattr_get_uint32(struct nlattr *nla, struct nl_pstate *npt,
H A Dnetlink_message_parser.c370 nlattr_get_uint32(struct nlattr *nla, struct nl_pstate *npt, const void *arg, in nlattr_get_uint64()
352 nlattr_get_uint32(struct nlattr *nla, struct nl_pstate *npt, const void *arg, void *target) nlattr_get_uint32() function
/freebsd/sys/netpfil/pf/
H A Dpf_nl.c68 { .type = PF_ST_ID, .off = _OUT(id), .cb = nlattr_get_uint32 },
69 { .type = PF_ST_CREATORID, .off = _OUT(creatorid), .cb = nlattr_get_uint32 },
573 { .type = PF_PT_TBLIDX, .off = _OUT(tblidx), .cb = nlattr_get_uint32 },
602 { .type = PF_RUT_UID_LOW, .off = _OUT(uid[0]), .cb = nlattr_get_uint32 },
603 { .type = PF_RUT_UID_HIGH, .off = _OUT(uid[1]), .cb = nlattr_get_uint32 },
639 ret = nlattr_get_uint32(nla, npt, NULL, &t->timeouts[t->i]); in nlattr_get_pf_timeout()
686 { .type = PF_RT_RIDENTIFIER, .off = _OUT(ridentifier), .cb = nlattr_get_uint32 },
695 { .type = PF_RT_OS_FINGERPRINT, .off = _OUT(os_fingerprint), .cb = nlattr_get_uint32 },
696 { .type = PF_RT_RTABLEID, .off = _OUT(rtableid), .cb = nlattr_get_uint32 },
698 { .type = PF_RT_MAX_STATES, .off = _OUT(max_states), .cb = nlattr_get_uint32 },
[all …]
H A Dpflow.c1394 { .type = PFLOWNL_DEL_ID, .off = _OUT(id), .cb = nlattr_get_uint32 },
1419 { .type = PFLOWNL_GET_ID, .off = _OUT(id), .cb = nlattr_get_uint32 },
1557 { .type = PFLOWNL_SET_ID, .off = _OUT(id), .cb = nlattr_get_uint32 },
1561 { .type = PFLOWNL_SET_OBSERVATION_DOMAIN, .off = _OUT(observation_dom), .cb = nlattr_get_uint32 },
/freebsd/sys/tests/
H A Dktest_example.c76 { .type = 1, .off = _OUT(arg1), .cb = nlattr_get_uint32 },
77 { .type = 2, .off = _OUT(arg2), .cb = nlattr_get_uint32 },
/freebsd/sys/netlink/route/
H A Drt.c502 { .type = NL_RTAX_MTU, .off = _OUT(rtax_mtu), .cb = nlattr_get_uint32 },
512 { .type = NL_RTA_WEIGHT, .off = _OUT(rta_weight), .cb = nlattr_get_uint32 },
513 { .type = NL_RTA_RTFLAGS, .off = _OUT(rta_rtflags), .cb = nlattr_get_uint32 },
514 { .type = NL_RTA_TABLE, .off = _OUT(rta_table), .cb = nlattr_get_uint32 },
516 { .type = NL_RTA_NH_ID, .off = _OUT(rta_nh_id), .cb = nlattr_get_uint32 },
H A Diface.c407 { .type = IFLA_MTU, .off = _OUT(ifla_mtu), .cb = nlattr_get_uint32 },
408 { .type = IFLA_LINK, .off = _OUT(ifla_link), .cb = nlattr_get_uint32 },
752 { .type = IFAF_VHID, .off = _OUT(ifaf_vhid), .cb = nlattr_get_uint32 },
753 { .type = IFAF_FLAGS, .off = _OUT(ifaf_flags), .cb = nlattr_get_uint32 },
762 { .type = IFA_FLAGS, .off = _OUT(ifa_flags), .cb = nlattr_get_uint32 },
H A Dnexthop.c711 { .type = NHAF_TABLE, .off = _OUT(nhaf_table), .cb = nlattr_get_uint32 },
713 { .type = NHAF_KID, .off = _OUT(nhaf_kid), .cb = nlattr_get_uint32 },
714 { .type = NHAF_AIF, .off = _OUT(nhaf_aif), .cb = nlattr_get_uint32 },
724 { .type = NHA_ID, .off = _OUT(nha_id), .cb = nlattr_get_uint32 },
H A Dneigh.c320 { .type = NDAF_NEXT_STATE_TS, .off = _OUT(ndaf_next_ts), .cb = nlattr_get_uint32 },
335 { .type = NDA_FLAGS_EXT, .off = _OUT(ndm_flags), .cb = nlattr_get_uint32 },
/freebsd/sys/netinet/
H A Dip_carp.c2808 { .type = CARP_NL_VHID, .off = _OUT(vhid), .cb = nlattr_get_uint32 },
2809 { .type = CARP_NL_STATE, .off = _OUT(state), .cb = nlattr_get_uint32 },
2810 { .type = CARP_NL_ADVBASE, .off = _OUT(advbase), .cb = nlattr_get_uint32 },
2811 { .type = CARP_NL_ADVSKEW, .off = _OUT(advskew), .cb = nlattr_get_uint32 },
2813 { .type = CARP_NL_IFINDEX, .off = _OUT(ifindex), .cb = nlattr_get_uint32 },
/freebsd/sys/rpc/
H A Dclnt_nl.c124 { .type = RPCNL_REPLY_GROUP, .off = OUT(group), .cb = nlattr_get_uint32 },