Home
last modified time | relevance | path

Searched refs:ct (Results 1 – 21 of 21) sorted by relevance

/tools/testing/selftests/bpf/progs/
A Dtest_bpf_nf_fail.c36 if (!ct) in alloc_release()
50 if (!ct) in insert_insert()
52 ct = bpf_ct_insert_entry(ct); in insert_insert()
53 if (!ct) in insert_insert()
55 ct = bpf_ct_insert_entry(ct); in insert_insert()
67 if (!ct) in lookup_insert()
81 if (!ct) in write_not_allowlisted_field()
95 if (!ct) in set_timeout_after_insert()
97 ct = bpf_ct_insert_entry(ct); in set_timeout_after_insert()
98 if (!ct) in set_timeout_after_insert()
[all …]
A Dtest_bpf_nf.c103 if (ct) in nf_ct_test()
113 if (ct) in nf_ct_test()
122 if (ct) in nf_ct_test()
129 if (ct) in nf_ct_test()
138 if (ct) in nf_ct_test()
147 if (ct) in nf_ct_test()
154 if (ct) in nf_ct_test()
161 if (ct) in nf_ct_test()
173 if (ct) { in nf_ct_test()
232 if (ct) { in nf_ct_test()
[all …]
A Dxdp_synproxy_kern.c110 extern void bpf_ct_release(struct nf_conn *ct) __ksym;
437 struct nf_conn *ct; in tcp_lookup() local
465 ct = bpf_xdp_ct_lookup(ctx, &tup, tup_size, &ct_lookup_opts, sizeof(ct_lookup_opts)); in tcp_lookup()
467 ct = bpf_skb_ct_lookup(ctx, &tup, tup_size, &ct_lookup_opts, sizeof(ct_lookup_opts)); in tcp_lookup()
468 if (ct) { in tcp_lookup()
469 unsigned long status = ct->status; in tcp_lookup()
471 bpf_ct_release(ct); in tcp_lookup()
/tools/testing/selftests/timens/
A Dtimens.c36 #define ct(clock, off_id) { clock, #clock, off_id } macro
38 ct(CLOCK_BOOTTIME, -1),
39 ct(CLOCK_BOOTTIME_ALARM, 1),
40 ct(CLOCK_MONOTONIC, -1),
41 ct(CLOCK_MONOTONIC_COARSE, 1),
42 ct(CLOCK_MONOTONIC_RAW, 1),
44 #undef ct
/tools/testing/selftests/net/netfilter/
A Dconntrack_icmp_related.sh122 meta l4proto { icmp, icmpv6 } ct state new,established accept
138 icmp type "redirect" ct state "related" counter name "redir4" accept
139 icmpv6 type "nd-redirect" ct state "related" counter name "redir6" accept
141 meta l4proto { icmp, icmpv6 } ct state established,untracked accept
142 meta l4proto { icmp, icmpv6 } ct state "related" counter name "related" accept
157 meta l4proto { icmp, icmpv6 } ct state established,untracked accept
159 meta l4proto { icmp, icmpv6 } ct state "new" counter name "new" accept
160 meta l4proto { icmp, icmpv6 } ct state "established" counter name "established" accept
165 meta l4proto { icmp, icmpv6 } ct state established,untracked accept
167 meta l4proto { icmp, icmpv6 } ct state "new" counter name "new"
[all …]
A Dconntrack_vrf.sh93 iif veth0 counter ct zone set 1 counter return
94 iif tvrf counter ct zone set 2 counter return
102 oif veth0 counter ct zone set 1 counter return
103 oif tvrf counter ct zone set 2 counter return
146 oif tvrf ct state untracked counter
151 oif tvrf ct state untracked counter
A Dconntrack_tcp_unreplied.sh72 ct state established accept
91 ct state new tcp flags syn ip daddr 10.99.99.99 tcp dport 80 counter name "connreq" accept
92 ct state new ct status dnat tcp dport 8080 counter name "redir" accept
A Dnft_synproxy.sh72 ct state new,established counter accept
74 … meta iif veth0 meta l4proto tcp ct state untracked,invalid synproxy mss 1460 sack-perm timestamp
76 ct state invalid counter drop
A Dnft_conntrack_helper.sh51 ct helper ftp {
56 tcp dport 2121 ct helper set "ftp"
60 tcp dport 2121 ct helper set "ftp"
A Dnft_nat_zones.sh123 typeof iifname : ct zone
142 ct original zone set meta iifname map @iiftozone
152 ct mark set meta mark meta oifname veth0 masquerade
157 ct direction reply meta mark set ct mark
A Dnft_zones_many.sh37 typeof numgen inc mod $max_zones : ct zone
42 udp dport 12345 ct zone set numgen inc mod 65536 map @rndzone
A Dbr_netfilter_queue.sh64 ct state new counter
A Dconntrack_clash.sh51 ct state new counter
A Dnft_flowtable.sh167 meta oif "veth1" tcp dport 12345 ct mark set 1 flow add @f1 counter name routed_orig accept
170 ct mark 1 counter name ct direction map { original : routed_orig, reply : routed_repl } accept
172 ct state established,related accept
A Dbr_netfilter.sh123 ct state new accept
A Dconntrack_resize.sh500 ct state new counter
/tools/testing/selftests/kvm/lib/
A Dstring_override.c10 int memcmp(const void *cs, const void *ct, size_t count) in memcmp() argument
15 for (su1 = cs, su2 = ct; 0 < count; ++su1, ++su2, count--) { in memcmp()
/tools/testing/selftests/net/forwarding/
A Dtc_actions.sh168 ct commit nat src addr 192.0.2.2 pipe \
169 ct clear pipe \
170 ct commit nat dst addr 192.0.2.1 pipe \
213 action ct commit nat src addr 192.0.2.2 pipe \
214 action ct clear pipe \
215 action ct commit nat dst addr 192.0.2.1 pipe \
216 action ct clear pipe \
/tools/testing/selftests/net/
A Dbig_tcp.sh63 proto ip flower ip_proto tcp action ct
65 proto ipv6 flower ip_proto tcp action ct
/tools/testing/selftests/mm/
A Drun_vmtests.sh319 CATEGORY="gup_test" run_test ./gup_test -ct -F 0x1 0 19 0x1000
/tools/power/pm-graph/
A Dsleepgraph.py3968 ct, cf, n, p = data.initcall_debug_call(line)
3970 if ct and rt and ct == rt and cf == rf:

Completed in 36 milliseconds