Home
last modified time | relevance | path

Searched refs:IPPROTO_SCTP (Results 1 – 25 of 58) sorted by relevance

123

/linux/net/sctp/
H A Doffload.c106 ret = inet_add_offload(&sctp_offload, IPPROTO_SCTP); in sctp_offload_init()
110 ret = inet6_add_offload(&sctp6_offload, IPPROTO_SCTP); in sctp_offload_init()
117 inet_del_offload(&sctp_offload, IPPROTO_SCTP); in sctp_offload_init()
H A Dprotocol.c439 fl4->flowi4_proto = IPPROTO_SCTP; in sctp_v4_get_dst()
824 SOCK_SEQPACKET, IPPROTO_SCTP, net); in sctp_ctl_sock_init()
829 SOCK_SEQPACKET, IPPROTO_SCTP, in sctp_ctl_sock_init()
1072 skb_set_inner_ipproto(skb, IPPROTO_SCTP); in sctp_v4_xmit()
1129 .protocol = IPPROTO_SCTP,
1136 .protocol = IPPROTO_SCTP,
1270 if (inet_add_protocol(&sctp_protocol, IPPROTO_SCTP) < 0) in sctp_v4_add_protocol()
1278 inet_del_protocol(&sctp_protocol, IPPROTO_SCTP); in sctp_v4_del_protocol()
1705 * __stringify doesn't likes enums, so use IPPROTO_SCTP value (132) directly.
H A Dipv6.c261 skb_set_inner_ipproto(skb, IPPROTO_SCTP); in sctp_v6_xmit()
294 fl6->flowi6_proto = IPPROTO_SCTP; in sctp_v6_get_dst()
1069 .protocol = IPPROTO_SCTP,
1076 .protocol = IPPROTO_SCTP,
1182 if (inet6_add_protocol(&sctpv6_protocol, IPPROTO_SCTP) < 0) in sctp_v6_add_protocol()
1191 inet6_del_protocol(&sctpv6_protocol, IPPROTO_SCTP); in sctp_v6_del_protocol()
H A Dulpevent.c1008 put_cmsg(msghdr, IPPROTO_SCTP, SCTP_SNDRCV, in sctp_ulpevent_read_sndrcvinfo()
1033 put_cmsg(msghdr, IPPROTO_SCTP, SCTP_RCVINFO, in sctp_ulpevent_read_rcvinfo()
1055 put_cmsg(msghdr, IPPROTO_SCTP, SCTP_NXTINFO, in __sctp_ulpevent_read_nxtinfo()
/linux/tools/include/uapi/linux/
H A Din.h74 IPPROTO_SCTP = 132, /* Stream Control Transport Protocol */ enumerator
75 #define IPPROTO_SCTP IPPROTO_SCTP macro
/linux/tools/testing/selftests/net/
H A Dsctp_hello.c41 csk = socket(ss.ss_family, SOCK_STREAM, IPPROTO_SCTP); in do_client()
86 lsk = socket(ss.ss_family, SOCK_STREAM, IPPROTO_SCTP); in main()
H A Dip_local_port_range.c150 .so_protocol = IPPROTO_SCTP, in FIXTURE_VARIANT_ADD()
174 .so_protocol = IPPROTO_SCTP, in FIXTURE_VARIANT_ADD()
/linux/net/netfilter/ipset/
H A Dip_set_getport.c41 case IPPROTO_SCTP: { in get_port()
112 case IPPROTO_SCTP: in ip_set_get_ip4_port()
/linux/net/netfilter/
H A Dxt_sctp.c175 .proto = IPPROTO_SCTP,
184 .proto = IPPROTO_SCTP,
H A Dxt_multiport.c139 || proto == IPPROTO_SCTP || proto == IPPROTO_DCCP) in check()
H A Dnf_conntrack_proto_sctp.c322 nf_l4proto_log_invalid(skb, state, IPPROTO_SCTP, "%s", logmsg); in sctp_error()
707 .l4proto = IPPROTO_SCTP,
/linux/include/net/netfilter/
H A Dnf_reject.h33 case IPPROTO_SCTP: in nf_reject_verify_csum()
/linux/include/linux/netfilter/ipset/
H A Dip_set_getport.h27 case IPPROTO_SCTP: in ip_set_proto_with_ports()
/linux/include/linux/
H A Din.h28 case IPPROTO_SCTP: in proto_ports_offset()
/linux/net/netfilter/ipvs/
H A Dip_vs_core.c100 case IPPROTO_SCTP: in ip_vs_proto_name()
949 IPPROTO_SCTP == ciph->protocol) { in ip_vs_nat_icmp()
1000 IPPROTO_SCTP == protocol)) { in ip_vs_nat_icmp_v6()
1055 IPPROTO_SCTP == protocol) in handle_response_icmp()
1264 case IPPROTO_SCTP: { in is_new_conn()
1292 case IPPROTO_SCTP: in is_new_conn_expected()
1599 pp->protocol == IPPROTO_SCTP)) { in ip_vs_out_hook()
1614 iph.protocol != IPPROTO_SCTP) in ip_vs_out_hook()
1617 || (iph.protocol == IPPROTO_SCTP in ip_vs_out_hook()
1965 IPPROTO_SCTP == cih->protocol) in ip_vs_in_icmp()
[all …]
H A Dip_vs_proto_sctp.c490 struct ip_vs_proto_data *pd = ip_vs_proto_data_get(ipvs, IPPROTO_SCTP); in sctp_register_app()
509 struct ip_vs_proto_data *pd = ip_vs_proto_data_get(ipvs, IPPROTO_SCTP); in sctp_unregister_app()
572 .protocol = IPPROTO_SCTP,
H A Dip_vs_sh.c288 case IPPROTO_SCTP: in ip_vs_sh_get_port()
/linux/tools/testing/selftests/net/netfilter/
H A Dsctp_collision.c23 sd = socket(AF_INET, SOCK_SEQPACKET, IPPROTO_SCTP); in main()
/linux/net/bridge/netfilter/
H A Debt_ip.c120 info->protocol != IPPROTO_SCTP && in ebt_ip_mt_check()
H A Debt_ip6.c121 info->protocol != IPPROTO_SCTP && in ebt_ip6_mt_check()
H A Debt_log.c58 protocol == IPPROTO_SCTP || in print_ports()
/linux/samples/bpf/
H A Dsockex2_kern.c35 case IPPROTO_SCTP: in proto_ports_offset()
/linux/net/sched/
H A Dact_csum.c428 case IPPROTO_SCTP: in tcf_csum_ipv4()
549 case IPPROTO_SCTP: in tcf_csum_ipv6()
/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_filters.c29 case IPPROTO_SCTP: in aq_rule_is_approve()
39 case IPPROTO_SCTP: in aq_rule_is_approve()
/linux/include/trace/events/
H A Dsock.h22 EM(IPPROTO_SCTP) \

123