Home
last modified time | relevance | path

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

12345678910>>...14

/linux/tools/testing/selftests/net/netfilter/
H A Dconntrack_icmp_related.sh119 type filter hook forward priority 0; policy accept;
120 meta l4proto icmpv6 icmpv6 type "packet-too-big" ct state "related" counter name "related" accept
121 …a l4proto icmp icmp type "destination-unreachable" ct state "related" counter name "related" 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
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
156 type filter hook input priority 0; policy accept;
[all …]
H A Dnft_queue.sh98 type filter hook prerouting priority $prio; policy accept;
102 type filter hook input priority $prio; policy accept;
106 type filter hook forward priority $prio; policy accept;
111 type filter hook output priority $prio; policy accept;
117 type filter hook postrouting priority $prio; policy accept;
130 type filter hook prerouting priority $prio; policy accept;
134 type filter hook input priority $prio; policy accept;
138 type filter hook forward priority $prio; policy accept;
142 type filter hook output priority $prio; policy accept;
146 type filter hook postrouting priority $prio; 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.sh176 meta oif "veth1" tcp dport 12345 ct mark set 1 flow add @f1 counter name routed_orig accept
179 ct mark 1 counter name ct direction map { original : routed_orig, reply : routed_repl } accept
181 ct state established,related accept
183 meta nfproto ipv4 meta l4proto icmp accept
184 meta nfproto ipv6 meta l4proto icmpv6 accept
200 type filter hook input priority 0; policy accept;
202 ip dscp cs3 counter name ip4dscp3 accept
203 ip dscp 0 counter name ip4dscp0 accept
423 type filter hook ingress device "veth0" priority 0; policy accept
440 type filter hook egress device "veth1" 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;
789 type filter hook prerouting priority -300; policy accept;
793 type filter hook output priority -300; 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.sh121 type filter hook input priority 1; policy accept
123 ct state new accept
129 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_nat_zones.sh141 type filter hook prerouting priority -64000; policy accept;
151 type nat hook postrouting priority 0; policy accept;
156 type filter hook prerouting priority -100; policy accept;
/linux/io_uring/
H A Dnet.c1575 struct io_accept *accept = io_kiocb_to_cmd(req, struct io_accept); in io_accept_prep() local
1580 accept->addr = u64_to_user_ptr(READ_ONCE(sqe->addr)); in io_accept_prep()
1581 accept->addr_len = u64_to_user_ptr(READ_ONCE(sqe->addr2)); in io_accept_prep()
1582 accept->flags = READ_ONCE(sqe->accept_flags); in io_accept_prep()
1583 accept->nofile = rlimit(RLIMIT_NOFILE); in io_accept_prep()
1584 accept->iou_flags = READ_ONCE(sqe->ioprio); in io_accept_prep()
1585 if (accept->iou_flags & ~ACCEPT_FLAGS) in io_accept_prep()
1588 accept->file_slot = READ_ONCE(sqe->file_index); in io_accept_prep()
1589 if (accept->file_slot) { in io_accept_prep()
1590 if (accept->flags & SOCK_CLOEXEC) in io_accept_prep()
[all …]
/linux/fs/smb/smbdirect/
H A Daccept.c273 queue_work(sc->workqueues.accept, &sc->connect.work); in smbdirect_accept_negotiate_recv_done()
456 if (sc->accept.listener) { in smbdirect_accept_negotiate_recv_work()
457 struct smbdirect_socket *lsc = sc->accept.listener; in smbdirect_accept_negotiate_recv_work()
461 list_del(&sc->accept.list); in smbdirect_accept_negotiate_recv_work()
462 list_add_tail(&sc->accept.list, &lsc->listen.ready); in smbdirect_accept_negotiate_recv_work()
752 queue_work(sc->workqueues.accept, &sc->connect.work); in smbdirect_accept_rdma_event_handler()
829 accept.list); in smbdirect_socket_accept()
831 nsc->accept.listener = NULL; in smbdirect_socket_accept()
832 list_del_init_careful(&nsc->accept.list); in smbdirect_socket_accept()
H A Dlisten.c283 list_add_tail(&nsc->accept.list, &lsc->listen.pending); in smbdirect_listen_connect_request()
284 nsc->accept.listener = lsc; in smbdirect_listen_connect_request()
295 list_del_init(&nsc->accept.list); in smbdirect_listen_connect_request()
296 nsc->accept.listener = NULL; in smbdirect_listen_connect_request()
H A Dsocket.c311 list_for_each_entry_safe(psc, tsc, &sc->listen.pending, accept.list) in __smbdirect_socket_schedule_cleanup()
411 list_for_each_entry_safe(psc, tsc, &sc->listen.pending, accept.list) in smbdirect_socket_cleanup_work()
499 WARN_ONCE(sc->accept.listener, in smbdirect_socket_destroy()
542 list_for_each_entry_safe(psc, tsc, &all_list, accept.list) { in smbdirect_socket_destroy()
543 list_del_init(&psc->accept.list); in smbdirect_socket_destroy()
544 psc->accept.listener = NULL; in smbdirect_socket_destroy()
/linux/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/tools/testing/selftests/net/packetdrill/
H A Dtcp_rcv_big_endseq.pkt20 +0 accept(3, ..., ...) = 4
39 // If queue is empty, accept a packet even if its end_seq is above rcv_mwnd_seq
H A Dtcp_ooo-before-and-after-accept.pkt28 +0 accept(3, ..., ...) = 4
45 +0 accept(3, ..., ...) = 4
/linux/include/xen/interface/io/
H A Dpvcalls.h75 } accept; member
110 } accept; member
/linux/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/security/apparmor/
H A Dmatch.c609 u32 *accept = ACCEPT_TABLE(dfa); in aa_dfa_match_until() local
626 if (accept[state]) in aa_dfa_match_until()
637 if (accept[state]) in aa_dfa_match_until()
670 u32 *accept = ACCEPT_TABLE(dfa); in aa_dfa_matchn_until() local
688 if (accept[state]) in aa_dfa_matchn_until()
699 if (accept[state]) in aa_dfa_matchn_until()
/linux/crypto/
H A Dalgif_rng.c175 .accept = sock_no_accept,
193 .accept = sock_no_accept,
317 .accept = rng_accept_parent,
/linux/net/smc/
H A Dsmc_inet.c40 .accept = smc_accept,
87 .accept = smc_accept,
/linux/include/uapi/linux/
H A Dbpqether.h16 unsigned char accept[ETH_ALEN]; member
/linux/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()
H A Dsetget_sockopt.c104 cfd = accept(sfd, NULL, 0); in test_ktls()
184 cfd = accept(sfd, NULL, 0); in test_nonstandard_opt()

12345678910>>...14