Home
last modified time | relevance | path

Searched refs:accept (Results 1 – 25 of 357) sorted by relevance

12345678910>>...15

/linux-6.3-rc2/tools/testing/selftests/netfilter/
A Dconntrack_icmp_related.sh137 type filter hook forward priority 0; policy accept;
140 meta l4proto { icmp, icmpv6 } ct state new,established accept
154 type filter hook input priority 0; policy accept;
156 icmp type "redirect" ct state "related" counter name "redir4" accept
159 meta l4proto { icmp, icmpv6 } ct state established,untracked accept
174 type filter hook input priority 0; policy accept;
175 meta l4proto { icmp, icmpv6 } ct state established,untracked accept
182 type filter hook output priority 0; policy accept;
183 meta l4proto { icmp, icmpv6 } ct state established,untracked accept
199 type nat hook postrouting priority 0; policy accept;
[all …]
A Dnft_queue.sh105 type filter hook input priority $prio; policy accept;
109 type filter hook forward priority $prio; policy accept;
114 type filter hook output priority $prio; policy accept;
137 type filter hook input priority $prio; policy accept;
141 type filter hook forward priority $prio; policy accept;
145 type filter hook output priority $prio; policy accept;
190 type filter hook forward priority 0; policy accept;
323 type filter hook output priority 0; policy accept;
327 type filter hook postrouting priority 0; policy accept;
372 type filter hook output priority 0; policy accept;
[all …]
A Dconntrack_tcp_unreplied.sh96 type filter hook input priority 0; policy accept;
97 ct state new tcp flags syn ip daddr 10.99.99.99 tcp dport 80 counter name "connreq" accept
98 ct state new ct status dnat tcp dport 8080 counter name "redir" accept
120 type nat hook prerouting priority 0; policy accept;
A Dnft_flowtable.sh173 meta oif "veth1" tcp dport 12345 ct mark set 1 flow add @f1 counter name routed_orig accept
176 ct mark 1 counter name ct direction map { original : routed_orig, reply : routed_repl } accept
178 ct state established,related accept
180 meta nfproto ipv4 meta l4proto icmp accept
181 meta nfproto ipv6 meta l4proto icmpv6 accept
377 type nat hook prerouting priority 0; policy accept;
382 type nat hook postrouting priority 0; policy accept;
430 type nat hook prerouting priority 0; policy accept;
435 type nat hook postrouting priority 0; policy accept;
A Dnft_nat.sh187 type nat hook output priority 0; policy accept;
262 type nat hook output priority 0; policy accept;
388 type nat hook output priority 0; policy accept;
455 type nat hook postrouting priority 0; policy accept;
556 type nat hook postrouting priority 0; policy accept;
655 type nat hook prerouting priority 0; policy accept;
737 type nat hook prerouting priority 0; policy accept;
842 type filter hook forward priority 0; policy accept;
914 type nat hook postrouting priority 0; policy accept;
1133 type filter hook input priority 0; policy accept;
[all …]
A Dnft_synproxy.sh84 type filter hook prerouting priority -300; policy accept;
89 type filter hook forward priority 0; policy accept;
91 ct state new,established counter accept
A Dnft_conntrack_helper.sh79 type filter hook prerouting priority 0; policy accept;
83 type filter hook output priority 0; policy accept;
A Dnft_meta.sh52 type filter hook input priority 0; policy accept;
67 type filter hook output priority 0; policy accept;
A Dnft_fib.sh62 type filter hook prerouting priority 0; policy accept;
76 fib saddr . iif oif gt 0 accept
89 type filter hook prerouting priority 0; policy accept;
A Dnft_nat_zones.sh186 type filter hook prerouting priority -64000; policy accept;
196 type nat hook postrouting priority 0; policy accept;
201 type filter hook prerouting priority -100; policy accept;
/linux-6.3-rc2/io_uring/
A Dnet.c1274 accept->flags = READ_ONCE(sqe->accept_flags); in io_accept_prep()
1275 accept->nofile = rlimit(RLIMIT_NOFILE); in io_accept_prep()
1280 accept->file_slot = READ_ONCE(sqe->file_index); in io_accept_prep()
1281 if (accept->file_slot) { in io_accept_prep()
1282 if (accept->flags & SOCK_CLOEXEC) in io_accept_prep()
1291 accept->flags = (accept->flags & ~SOCK_NONBLOCK) | O_NONBLOCK; in io_accept_prep()
1303 bool fixed = !!accept->file_slot; in io_accept()
1311 fd = __get_unused_fd_flags(accept->flags, accept->nofile); in io_accept()
1315 file = do_accept(req->file, file_flags, accept->addr, accept->addr_len, in io_accept()
1316 accept->flags); in io_accept()
[all …]
/linux-6.3-rc2/include/xen/interface/io/
A Dpvcalls.h75 } accept; member
110 } accept; member
/linux-6.3-rc2/sound/soc/sh/rcar/
A Drsnd.h730 int (*accept)(struct rsnd_dai_stream *io); member
761 int (*accept)(struct rsnd_dai_stream *io),
769 #define rsnd_kctrl_new_m(mod, io, rtd, name, accept, update, cfg, size, max) \ argument
770 rsnd_kctrl_new(mod, io, rtd, name, accept, update, rsnd_kctrl_init_m(cfg), \
773 #define rsnd_kctrl_new_s(mod, io, rtd, name, accept, update, cfg, max) \ argument
774 rsnd_kctrl_new(mod, io, rtd, name, accept, update, rsnd_kctrl_init_s(cfg), \
777 #define rsnd_kctrl_new_e(mod, io, rtd, name, accept, update, cfg, texts, size) \ argument
778 rsnd_kctrl_new(mod, io, rtd, name, accept, update, rsnd_kctrl_init_s(cfg), \
/linux-6.3-rc2/security/apparmor/
A Dmatch.c572 u32 *accept = ACCEPT_TABLE(dfa); in aa_dfa_match_until() local
589 if (accept[state]) in aa_dfa_match_until()
600 if (accept[state]) in aa_dfa_match_until()
633 u32 *accept = ACCEPT_TABLE(dfa); in aa_dfa_matchn_until() local
651 if (accept[state]) in aa_dfa_matchn_until()
662 if (accept[state]) in aa_dfa_matchn_until()
/linux-6.3-rc2/crypto/
A Dalgif_rng.c175 .accept = sock_no_accept,
194 .accept = sock_no_accept,
320 .accept = rng_accept_parent,
A Dalgif_skcipher.c193 .accept = sock_no_accept,
284 .accept = sock_no_accept,
367 .accept = skcipher_accept_parent,
A Dalgif_hash.c290 .accept = hash_accept,
392 .accept = hash_accept_nokey,
461 .accept = hash_accept_parent,
/linux-6.3-rc2/include/uapi/linux/
A Dbpqether.h16 unsigned char accept[ETH_ALEN]; member
/linux-6.3-rc2/lib/
A Dtest_string.c186 const char accept[16]; in strspn_selftest() member
200 res = strspn(s->str, s->accept); in strspn_selftest()
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/
A Dbtf_skc_cls_ingress.c98 srv_fd = accept(listen_fd, NULL, NULL); in test_conn()
153 srv_fd = accept(listen_fd, NULL, NULL); in test_syncookie()
/linux-6.3-rc2/Documentation/admin-guide/blockdev/drbd/
A Dconn-states-8.dot4 WFConnection -> WFReportParams [ label = "in connect() after accept" ]
/linux-6.3-rc2/tools/testing/selftests/net/
A Dso_incoming_cpu.c186 fd = accept(self->servers[i], &self->addr, &self->addrlen); in verify_incoming_cpu()
236 client = accept(server, &self->addr, &self->addrlen); in TEST_F()
/linux-6.3-rc2/Documentation/ABI/testing/
A Dsysfs-class-pktcdvd74 accept new bio requests from the block layer.
77 mark, do no longer accept bio write requests
/linux-6.3-rc2/Documentation/filesystems/
A Dudf.rst43 The uid= and gid= options need a bit more explaining. They will accept a
45 belonging to that uid and gid. Mount options also accept the string "forget".
/linux-6.3-rc2/drivers/xen/
A Dpvcalls-back.c558 req->u.accept.id_new, in __pvcalls_back_accept()
559 req->u.accept.ref, in __pvcalls_back_accept()
560 req->u.accept.evtchn, in __pvcalls_back_accept()
578 rsp->u.accept.id = req->u.accept.id; in __pvcalls_back_accept()
727 req->u.accept.id); in pvcalls_back_accept()
754 rsp->u.accept.id = req->u.accept.id; in pvcalls_back_accept()

Completed in 50 milliseconds

12345678910>>...15