Home
last modified time | relevance | path

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

12345678910>>...19

/linux-6.15/tools/testing/selftests/net/netfilter/
H A Dconntrack_icmp_related.sh119 type filter hook forward priority 0; policy accept;
122 meta l4proto { icmp, icmpv6 } ct state new,established accept
136 type filter hook input priority 0; policy accept;
138 icmp type "redirect" ct state "related" counter name "redir4" accept
141 meta l4proto { icmp, icmpv6 } ct state established,untracked accept
156 type filter hook input priority 0; policy accept;
157 meta l4proto { icmp, icmpv6 } ct state established,untracked accept
164 type filter hook output priority 0; policy accept;
165 meta l4proto { icmp, icmpv6 } ct state established,untracked accept
180 type nat hook postrouting priority 0; policy accept;
[all …]
H A Dnft_queue.sh99 type filter hook input priority $prio; policy accept;
103 type filter hook forward priority $prio; policy accept;
108 type filter hook output priority $prio; policy accept;
131 type filter hook input priority $prio; policy accept;
135 type filter hook forward priority $prio; policy accept;
139 type filter hook output priority $prio; policy accept;
180 type filter hook forward priority 0; policy accept;
320 type filter hook output priority 0; policy accept;
324 type filter hook postrouting priority 0; policy accept;
365 type filter hook output priority 0; policy accept;
[all …]
H A Dconntrack_tcp_unreplied.sh71 type filter hook input priority 0; policy accept;
72 ct state established accept
90 type filter hook input priority 0; policy 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
129 type nat hook prerouting priority 0; policy accept;
H A Dnft_flowtable.sh172 ct state established,related accept
174 meta nfproto ipv4 meta l4proto icmp accept
175 meta nfproto ipv6 meta l4proto icmpv6 accept
191 type filter hook input priority 0; policy accept;
193 ip dscp cs3 counter name ip4dscp3 accept
194 ip dscp 0 counter name ip4dscp0 accept
402 type filter hook egress device "veth1" priority 0; policy accept
481 type nat hook prerouting priority 0; policy accept;
486 type nat hook postrouting priority 0; policy accept;
544 type nat hook prerouting priority 0; policy accept;
[all …]
H A Dnft_nat.sh161 type nat hook output priority 0; policy accept;
231 type nat hook output priority 0; policy accept;
353 type nat hook output priority 0; policy accept;
415 type nat hook postrouting priority 0; policy accept;
506 type nat hook postrouting priority 0; policy accept;
595 type nat hook prerouting priority 0; policy accept;
670 type nat hook prerouting priority 0; policy accept;
771 type filter hook forward priority 0; policy accept;
841 type nat hook postrouting priority 0; policy accept;
1047 type filter hook input priority 0; policy accept;
[all …]
H A Dnft_synproxy.sh65 type filter hook prerouting priority -300; policy accept;
70 type filter hook forward priority 0; policy accept;
72 ct state new,established counter accept
H A Dbr_netfilter.sh124 type filter hook input priority 1; policy accept
126 ct state new accept
132 type filter hook forward priority 0; policy accept
H A Dnft_conntrack_helper.sh55 type filter hook prerouting priority 0; policy accept;
59 type filter hook output priority 0; policy accept;
H A Dnft_meta.sh52 type filter hook input priority 0; policy accept;
67 type filter hook output priority 0; policy accept;
H A Dnft_fib.sh41 type filter hook prerouting priority 0; policy accept;
55 fib saddr . iif oif gt 0 accept
68 type filter hook prerouting priority 0; policy accept;
/linux-6.15/Documentation/netlink/specs/
H A Dhandshake.yaml42 name: accept
93 notify: accept
95 name: accept
97 attribute-set: accept
H A Drt_link.yaml314 name: accept-redirects
329 name: accept-source-route
365 name: arp-accept
371 name: accept-local
417 name: accept-ra
420 name: accept-redirects
459 name: accept-ra-defrtr
462 name: accept-ra-pinfo
465 name: accept-ra-rtr-pref
489 name: accept-dad
[all …]
/linux-6.15/tools/testing/selftests/net/packetdrill/
H A Dtcp_blocking_blocking-accept.pkt2 // Test for blocking accept.
11 +0...0.200 accept(3, ..., ...) = 4
H A Dtcp_splice_tcp_splice_loop_test.pkt15 +0 accept(3, ..., ...) = 4
H A Dtcp_blocking_blocking-read.pkt16 +0 accept(3, ..., ...) = 4
/linux-6.15/io_uring/
H A Dnet.c1578 accept->nofile = rlimit(RLIMIT_NOFILE); in io_accept_prep()
1579 accept->iou_flags = READ_ONCE(sqe->ioprio); in io_accept_prep()
1580 if (accept->iou_flags & ~ACCEPT_FLAGS) in io_accept_prep()
1584 if (accept->file_slot) { in io_accept_prep()
1585 if (accept->flags & SOCK_CLOEXEC) in io_accept_prep()
1594 accept->flags = (accept->flags & ~SOCK_NONBLOCK) | O_NONBLOCK; in io_accept_prep()
1606 bool fixed = !!accept->file_slot; in io_accept()
1620 fd = __get_unused_fd_flags(accept->flags, accept->nofile); in io_accept()
1626 file = do_accept(req->file, &arg, accept->addr, accept->addr_len, in io_accept()
1627 accept->flags); in io_accept()
[all …]
/linux-6.15/tools/testing/selftests/net/mptcp/
H A Dpm_netlink.sh50 local accept="${1}"
55 printf "add_addr_accepted %d subflows %d \n" "${accept}" "${subflows}"
57 printf "accept %d\nsubflows %d\n" "${accept}" "${subflows}"
/linux-6.15/include/xen/interface/io/
H A Dpvcalls.h75 } accept; member
110 } accept; member
/linux-6.15/sound/soc/renesas/rcar/
H A Drsnd.h721 int (*accept)(struct rsnd_dai_stream *io); member
751 int (*accept)(struct rsnd_dai_stream *io),
759 #define rsnd_kctrl_new_m(mod, io, rtd, name, accept, update, cfg, size, max) \ argument
760 rsnd_kctrl_new(mod, io, rtd, name, accept, update, rsnd_kctrl_init_m(cfg), \
763 #define rsnd_kctrl_new_s(mod, io, rtd, name, accept, update, cfg, max) \ argument
764 rsnd_kctrl_new(mod, io, rtd, name, accept, update, rsnd_kctrl_init_s(cfg), \
767 #define rsnd_kctrl_new_e(mod, io, rtd, name, accept, update, cfg, texts, size) \ argument
768 rsnd_kctrl_new(mod, io, rtd, name, accept, update, rsnd_kctrl_init_s(cfg), \
/linux-6.15/security/apparmor/
H A Dmatch.c583 u32 *accept = ACCEPT_TABLE(dfa); in aa_dfa_match_until() local
600 if (accept[state]) in aa_dfa_match_until()
611 if (accept[state]) in aa_dfa_match_until()
644 u32 *accept = ACCEPT_TABLE(dfa); in aa_dfa_matchn_until() local
662 if (accept[state]) in aa_dfa_matchn_until()
673 if (accept[state]) in aa_dfa_matchn_until()
/linux-6.15/net/smc/
H A Dsmc_inet.c40 .accept = smc_accept,
88 .accept = smc_accept,
/linux-6.15/crypto/
H A Dalgif_rng.c175 .accept = sock_no_accept,
193 .accept = sock_no_accept,
318 .accept = rng_accept_parent,
/linux-6.15/tools/perf/Documentation/
H A Dperf-test.txt63 Some accept an extra parameter:
68 The datasym and landlock workloads don't accept any.
/linux-6.15/include/uapi/linux/
H A Dbpqether.h16 unsigned char accept[ETH_ALEN]; member
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dsock_destroy.c47 accept_serv = accept(serv, NULL, NULL); in test_tcp_client()
88 accept_serv = accept(serv, NULL, NULL); in test_tcp_server()

12345678910>>...19