Searched refs:nest (Results 1 – 10 of 10) sorted by relevance
| /tools/testing/selftests/net/netfilter/ |
| A D | conntrack_dump_flush.c | 26 nest = mnl_attr_nest_start(nlh, type); in build_cta_tuple_v4() 27 if (!nest) in build_cta_tuple_v4() 45 mnl_attr_nest_end(nlh, nest); in build_cta_tuple_v4() 56 nest = mnl_attr_nest_start(nlh, type); in build_cta_tuple_v6() 57 if (!nest) in build_cta_tuple_v6() 75 mnl_attr_nest_end(nlh, nest); in build_cta_tuple_v6() 82 struct nlattr *nest, *nest_proto; in build_cta_proto() local 85 if (!nest) in build_cta_proto() 96 mnl_attr_nest_end(nlh, nest); in build_cta_proto() 224 struct nlattr *nest; in conntracK_count_zone() local [all …]
|
| /tools/testing/selftests/net/mptcp/ |
| A D | pm_nl_ctl.c | 760 struct rtattr *rta, *nest; in add_addr() local 778 nest = (void *)(data + off); in add_addr() 780 nest->rta_len = RTA_LENGTH(0); in add_addr() 891 struct rtattr *rta, *nest; in del_addr() local 913 nest = (void *)(data + off); in del_addr() 1082 struct rtattr *rta, *nest; in get_addr() local 1103 nest = (void *)(data + off); in get_addr() 1321 struct rtattr *rta, *nest; in set_flags() local 1343 nest = (void *)(data + off); in set_flags() 1345 nest->rta_len = RTA_LENGTH(0); in set_flags() [all …]
|
| /tools/testing/selftests/bpf/ |
| A D | netlink_helpers.c | 348 struct rtattr *nest = NLMSG_TAIL(n); in addattr_nest() local 351 return nest; in addattr_nest() 354 int addattr_nest_end(struct nlmsghdr *n, struct rtattr *nest) in addattr_nest_end() argument 356 nest->rta_len = (void *)NLMSG_TAIL(n) - (void *)nest; in addattr_nest_end()
|
| A D | netlink_helpers.h | 45 int addattr_nest_end(struct nlmsghdr *n, struct rtattr *nest);
|
| /tools/testing/selftests/net/ovpn/ |
| A D | ovpn-cli.c | 1090 struct rtattr *nest = nlmsg_tail(msg); in ovpn_nest_start() local 1095 return nest; in ovpn_nest_start() 1098 static void ovpn_nest_end(struct nlmsghdr *msg, struct rtattr *nest) in ovpn_nest_end() argument 1100 nest->rta_len = (uint8_t *)nlmsg_tail(msg) - (uint8_t *)nest; in ovpn_nest_end()
|
| /tools/build/Documentation/ |
| A D | Build.txt | 8 directories to nest for specific target to be build.
|
| /tools/net/ynl/lib/ |
| A D | ynl-priv.h | 52 const struct ynl_policy_nest *nest; member
|
| A D | ynl.c | 62 const struct ynl_policy_nest *policy = policy_attr->nest; in ynl_err_walk_sel_policy() 72 return policy->table[i].nest; in ynl_err_walk_sel_policy()
|
| /tools/memory-model/ |
| A D | lock.cat | 55 empty ([LKW] ; po-loc ; [LKR]) \ (po-loc ; [UL] ; po-loc) as lock-nest
|
| /tools/net/ynl/pyynl/ |
| A D | ynl_gen_c.py | 1939 nest = "" 1941 nest = f" .nest = &{arg.nested_render_name}_nest," 1943 (i, name, nest))
|
Completed in 24 milliseconds