Home
last modified time | relevance | path

Searched refs:dccp (Results 1 – 25 of 35) sorted by relevance

12

/external/iptables/extensions/
Dlibxt_dccp.t2 -p dccp -m dccp --sport 1;=;OK
3 -p dccp -m dccp --sport 65535;=;OK
4 -p dccp -m dccp --dport 1;=;OK
5 -p dccp -m dccp --dport 65535;=;OK
6 -p dccp -m dccp --sport 1:1023;=;OK
7 -p dccp -m dccp --sport 1024:65535;=;OK
8 -p dccp -m dccp --sport 1024:;-p dccp -m dccp --sport 1024:65535;OK
9 -p dccp -m dccp ! --sport 1;=;OK
10 -p dccp -m dccp ! --sport 65535;=;OK
11 -p dccp -m dccp ! --dport 1;=;OK
[all …]
Dlibxt_dccp.man6 [\fB!\fP] \fB\-\-dccp\-types\fP \fImask\fP
11 [\fB!\fP] \fB\-\-dccp\-option\fP \fInumber\fP
Dlibxt_multiport.t10 -p dccp -m multiport --sports 53,1024:65535;=;OK
11 -p dccp -m multiport --dports 53,1024:65535;=;OK
/external/syzkaller/pkg/report/testdata/linux/guilty/
D131 FILE: net/dccp/ipv6.c
21 dccp_v6_request_recv_sock+0xb5e/0x1960 net/dccp/ipv6.c:527
22 dccp_check_req+0x335/0x5a0 net/dccp/minisocks.c:186
23 dccp_v6_rcv+0x69e/0x1d00 net/dccp/ipv6.c:711
50 dccp_transmit_skb+0xb09/0x1120 net/dccp/output.c:141
51 dccp_send_ack+0x1bf/0x350 net/dccp/output.c:594
52 dccp_rcv_request_sent_state_process net/dccp/input.c:501 [inline]
53 dccp_rcv_state_process+0x102f/0x1650 net/dccp/input.c:670
54 dccp_v6_do_rcv+0x213/0x350 net/dccp/ipv6.c:632
/external/libnetfilter_conntrack/include/internal/
Dobject.h76 } dccp; member
96 } dccp; member
138 } dccp; member
/external/libnetfilter_conntrack/src/conntrack/
Dcopy.c272 dest->protoinfo.dccp.state = orig->protoinfo.dccp.state; in copy_attr_dccp_state()
278 dest->protoinfo.dccp.role = orig->protoinfo.dccp.role; in copy_attr_dccp_role()
284 dest->protoinfo.dccp.handshake_seq = orig->protoinfo.dccp.handshake_seq; in copy_attr_dccp_handshake_seq()
Dgetter.c324 return &ct->protoinfo.dccp.state; in get_attr_dccp_state()
329 return &ct->protoinfo.dccp.role; in get_attr_dccp_role()
334 return &ct->protoinfo.dccp.handshake_seq; in get_attr_dccp_handshake_seq()
Dsetter.c399 ct->protoinfo.dccp.state = *((uint8_t *) value); in set_attr_dccp_state()
405 ct->protoinfo.dccp.role = *((uint8_t *) value); in set_attr_dccp_role()
412 ct->protoinfo.dccp.handshake_seq = *((uint64_t *) value); in set_attr_dccp_handshake_seq()
Dparse.c287 ct->protoinfo.dccp.state = in __parse_protoinfo_dccp()
292 ct->protoinfo.dccp.role = in __parse_protoinfo_dccp()
301 ct->protoinfo.dccp.handshake_seq = __be64_to_cpu(tmp); in __parse_protoinfo_dccp()
Dbuild_mnl.c197 ct->protoinfo.dccp.state); in nfct_build_protoinfo()
201 ct->protoinfo.dccp.role); in nfct_build_protoinfo()
205 be64toh(ct->protoinfo.dccp.handshake_seq); in nfct_build_protoinfo()
Dcompare.c376 return (ct1->protoinfo.dccp.state == ct2->protoinfo.dccp.state); in cmp_dccp_state()
Dbuild.c194 &ct->protoinfo.dccp.state, in __build_protoinfo()
199 &ct->protoinfo.dccp.role, in __build_protoinfo()
206 __be64_to_cpu(ct->protoinfo.dccp.handshake_seq); in __build_protoinfo()
Dparse_mnl.c462 ct->protoinfo.dccp.state = mnl_attr_get_u8(tb[CTA_PROTOINFO_DCCP_STATE]); in nfct_parse_protoinfo_dccp()
466 ct->protoinfo.dccp.role = mnl_attr_get_u8(tb[CTA_PROTOINFO_DCCP_ROLE]); in nfct_parse_protoinfo_dccp()
470 ct->protoinfo.dccp.handshake_seq = be64toh( in nfct_parse_protoinfo_dccp()
Dsnprintf_default.c64 ct->protoinfo.dccp.state < DCCP_CONNTRACK_MAX ? in __snprintf_protoinfo_dccp()
65 sctp_states[ct->protoinfo.dccp.state] : in __snprintf_protoinfo_dccp()
/external/ltp/testcases/network/stress/dccp/
Ddccp_ipsec_vti.sh15 tst_netload -H $ip_rmt_tun -T dccp -n $2 -N $2 -r $IPSEC_REQUESTS
Ddccp_ipsec.sh15 tst_netload -H $(tst_ipaddr rhost) -T dccp -n $2 -N $2 -r $IPSEC_REQUESTS
/external/iptables/include/linux/netfilter/
Dnf_conntrack_tuple_common.h28 } dccp; member
/external/kernel-headers/original/uapi/linux/netfilter/
Dnf_conntrack_tuple_common.h35 } dccp; member
/external/ltp/testcases/network/dccp/
Ddccp01.sh32 tst_netload -H $(tst_ipaddr rhost) -T dccp
/external/selinux/secilc/docs/
Dcil_network_labeling_statements.md158 Label a udp, tcp, dccp or sctp port.
178 <td align="left"><p>The protocol keyword <code>tcp</code>, <code>udp</code>, <code>dccp</code> or <…
202 (portcon dccp (6840 6880) (unconfined.user object_r unconfined.object ((s0) level_2)))
/external/syzkaller/sys/linux/
Dsocket_inet_dccp.txt6 include <linux/dccp.h>
/external/iptables/
Dconfigure.ac96 AC_CHECK_HEADERS([linux/dccp.h linux/ip_vs.h linux/magic.h linux/proc_fs.h linux/bpf.h])
98 blacklist_modules="$blacklist_modules dccp";
/external/tcpdump/win32/prj/
DGNUmakefile161 ../../print-dccp.o \
/external/syzkaller/docs/linux/
Dfound_bugs.md63 * [net/dccp: BUG in tfrc_rx_hist_sample_rtt](https://groups.google.com/forum/#!topic/syzkaller/inWm…
117 * [net/dccp: dccp_create_openreq_child freed held lock](https://groups.google.com/d/msg/syzkaller/0…
140 * [net/dccp: use-after-free in dccp_feat_activate_values](https://groups.google.com/forum/#!topic/s…
209 * [net/dccp: use-after-free in dccp_invalid_packet](https://groups.google.com/forum/#!topic/syzkall…
254 * [net/dccp: null-ptr-deref in dccp_parse_options](https://groups.google.com/forum/#!topic/syzkalle…
255 * [net/dccp: null-ptr-deref in dccp_v4_rcv/selinux_socket_sock_rcv_skb](https://groups.google.com/f…
257 * [net/dccp: warning in dccp_feat_clone_sp_val/__might_sleep](https://groups.google.com/forum/#!top…
261 * [net/dccp: warning in dccp_set_state](https://groups.google.com/forum/#!topic/syzkaller/JdYwfv_22…
299 * [dccp: potential deadlock in dccp_v4_ctl_send_reset](https://groups.google.com/d/msg/syzkaller/yr…
/external/ltp/
Dconfigure.ac39 linux/dccp.h \

12