Home
last modified time | relevance | path

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

12345678910>>...14

/kernel/linux/linux-5.10/tools/testing/selftests/netfilter/
Dconntrack_icmp_related.sh137 type filter hook forward priority 0; policy accept;
138 meta l4proto icmpv6 icmpv6 type "packet-too-big" ct state "related" counter name "related" accept
139 …a l4proto icmp icmp type "destination-unreachable" ct state "related" counter name "related" 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
157 icmpv6 type "nd-redirect" ct state "related" counter name "redir6" accept
159 meta l4proto { icmp, icmpv6 } ct state established,untracked accept
160 meta l4proto { icmp, icmpv6 } ct state "related" counter name "related" accept
174 type filter hook input priority 0; policy accept;
[all …]
Dnft_queue.sh97 type filter hook prerouting priority $prio; policy accept;
101 type filter hook input priority $prio; policy accept;
105 type filter hook forward priority $prio; policy accept;
110 type filter hook output priority $prio; policy accept;
115 type filter hook postrouting priority $prio; policy accept;
128 type filter hook prerouting priority $prio; policy accept;
132 type filter hook input priority $prio; policy accept;
136 type filter hook forward priority $prio; policy accept;
140 type filter hook output priority $prio; policy accept;
144 type filter hook postrouting priority $prio; policy accept;
[all …]
Dnft_flowtable.sh170 tcp flags fin,rst ct mark set 0 accept
176 meta length gt $lmtu accept comment something-to-grep-for
183 ct state established,related accept
186 meta length lt 200 oif "veth1" tcp dport 12345 counter accept
188 meta nfproto ipv4 meta l4proto icmp accept
189 meta nfproto ipv6 meta l4proto icmpv6 accept
335 type nat hook prerouting priority 0; policy accept;
340 type nat hook postrouting priority 0; policy accept;
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;
839 type filter hook input priority 0; policy accept;
844 type filter hook output priority 0; policy accept;
Dnft_meta.sh52 type filter hook input priority 0; policy accept;
67 type filter hook output priority 0; policy accept;
Dnft_conntrack_helper.sh79 type filter hook prerouting priority 0; policy accept;
83 type filter hook output priority 0; policy accept;
/kernel/linux/build/test/kernel_ltp/syscalls/accept/
DBUILD.gn19 sources = [ "//third_party/ltp/testcases/kernel/syscalls/accept/accept01.c" ]
23 sources = [ "//third_party/ltp/testcases/kernel/syscalls/accept/accept02.c" ]
/kernel/linux/linux-5.10/include/xen/interface/io/
Dpvcalls.h73 } accept; member
108 } accept; member
/kernel/linux/linux-5.10/sound/soc/sh/rcar/
Drsnd.h716 int (*accept)(struct rsnd_dai_stream *io); member
747 int (*accept)(struct rsnd_dai_stream *io),
755 #define rsnd_kctrl_new_m(mod, io, rtd, name, accept, update, cfg, size, max) \ argument
756 rsnd_kctrl_new(mod, io, rtd, name, accept, update, rsnd_kctrl_init_m(cfg), \
759 #define rsnd_kctrl_new_s(mod, io, rtd, name, accept, update, cfg, max) \ argument
760 rsnd_kctrl_new(mod, io, rtd, name, accept, update, rsnd_kctrl_init_s(cfg), \
763 #define rsnd_kctrl_new_e(mod, io, rtd, name, accept, update, cfg, texts, size) \ argument
764 rsnd_kctrl_new(mod, io, rtd, name, accept, update, rsnd_kctrl_init_s(cfg), \
/kernel/linux/linux-5.10/security/apparmor/
Dmatch.c574 u32 *accept = ACCEPT_TABLE(dfa); in aa_dfa_match_until() local
591 if (accept[state]) in aa_dfa_match_until()
602 if (accept[state]) in aa_dfa_match_until()
635 u32 *accept = ACCEPT_TABLE(dfa); in aa_dfa_matchn_until() local
653 if (accept[state]) in aa_dfa_matchn_until()
664 if (accept[state]) in aa_dfa_matchn_until()
/kernel/linux/linux-5.10/crypto/
Dalgif_rng.c175 .accept = sock_no_accept,
194 .accept = sock_no_accept,
320 .accept = rng_accept_parent,
Dalgif_skcipher.c193 .accept = sock_no_accept,
284 .accept = sock_no_accept,
367 .accept = skcipher_accept_parent,
/kernel/linux/linux-5.10/Documentation/riscv/
Dpatch-acceptance.rst21 We'll only accept patches for new modules or extensions if the
32 RISC-V extensions, we'll only to accept patches for extensions that
/kernel/linux/linux-5.10/include/uapi/linux/
Dbpqether.h16 unsigned char accept[ETH_ALEN]; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dbpqether.h14 unsigned char accept[ETH_ALEN]; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dbpqether.h26 unsigned char accept[ETH_ALEN]; member
/kernel/liteos_a/testsuites/unittest/net/socket/smoke/
Dnet_socket_test_007.cpp60 ret = accept(lsfd, reinterpret_cast<struct sockaddr *>(INVALID_USER_ADDR), in TcpTest()
64 ret = accept(lsfd, reinterpret_cast<struct sockaddr *>(INVALID_KERNEL_ADDR), in TcpTest()
Dnet_socket_test_012.cpp55 ret = accept(sfd, NULL, NULL); in SocketNullTestInternal()
59 ret = accept(sfd, NULL, &addrlen); in SocketNullTestInternal()
63 ret = accept(sfd, bad, &zero); in SocketNullTestInternal()
67 ret = accept(sfd, &addr, NULL); in SocketNullTestInternal()
/kernel/linux/linux-5.10/Documentation/admin-guide/blockdev/drbd/
Dconn-states-8.dot4 WFConnection -> WFReportParams [ label = "in connect() after accept" ]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
Dbtf_skc_cls_ingress.c115 srv_fd = accept(listen_fd, NULL, NULL); in test_conn()
170 srv_fd = accept(listen_fd, NULL, NULL); in test_syncookie()
Dcgroup_skb_sk_lookup.c37 serv_in_sk = accept(serv_sk, NULL, NULL); in run_lookup_test()
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-class-pktcdvd74 accept new bio requests from the block layer.
77 mark, do no longer accept bio write requests
/kernel/linux/linux-5.10/Documentation/filesystems/
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".
/kernel/linux/linux-5.10/drivers/xen/
Dpvcalls-back.c555 req->u.accept.id_new, in __pvcalls_back_accept()
556 req->u.accept.ref, in __pvcalls_back_accept()
557 req->u.accept.evtchn, in __pvcalls_back_accept()
574 rsp->u.accept.id = req->u.accept.id; in __pvcalls_back_accept()
721 req->u.accept.id); in pvcalls_back_accept()
748 rsp->u.accept.id = req->u.accept.id; in pvcalls_back_accept()
/kernel/linux/linux-5.10/drivers/isdn/
DKconfig16 (though still much slower than with DSL) or to make and accept

12345678910>>...14