| /tools/testing/selftests/bpf/progs/ |
| A D | test_bpf_nf_fail.c | 36 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 D | test_bpf_nf.c | 103 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 D | xdp_synproxy_kern.c | 110 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 D | timens.c | 36 #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 D | conntrack_icmp_related.sh | 122 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 D | conntrack_vrf.sh | 93 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 D | conntrack_tcp_unreplied.sh | 72 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 D | nft_synproxy.sh | 72 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 D | nft_conntrack_helper.sh | 51 ct helper ftp { 56 tcp dport 2121 ct helper set "ftp" 60 tcp dport 2121 ct helper set "ftp"
|
| A D | nft_nat_zones.sh | 123 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 D | nft_zones_many.sh | 37 typeof numgen inc mod $max_zones : ct zone 42 udp dport 12345 ct zone set numgen inc mod 65536 map @rndzone
|
| A D | br_netfilter_queue.sh | 64 ct state new counter
|
| A D | conntrack_clash.sh | 51 ct state new counter
|
| A D | nft_flowtable.sh | 167 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 D | br_netfilter.sh | 123 ct state new accept
|
| A D | conntrack_resize.sh | 500 ct state new counter
|
| /tools/testing/selftests/kvm/lib/ |
| A D | string_override.c | 10 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 D | tc_actions.sh | 168 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 D | big_tcp.sh | 63 proto ip flower ip_proto tcp action ct 65 proto ipv6 flower ip_proto tcp action ct
|
| /tools/testing/selftests/mm/ |
| A D | run_vmtests.sh | 319 CATEGORY="gup_test" run_test ./gup_test -ct -F 0x1 0 19 0x1000
|
| /tools/power/pm-graph/ |
| A D | sleepgraph.py | 3968 ct, cf, n, p = data.initcall_debug_call(line) 3970 if ct and rt and ct == rt and cf == rf:
|