Home
last modified time | relevance | path

Searched refs:copy_ip_options (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/include/net/sctp/
H A Dstructs.h509 void (*copy_ip_options)(struct sock *sk, struct sock *newsk); member
/linux-6.15/net/sctp/
H A Dipv6.c1175 .copy_ip_options = sctp_v6_copy_ip_options,
H A Dprotocol.c1124 .copy_ip_options = sctp_v4_copy_ip_options,
H A Dsocket.c5662 sp->pf->copy_ip_options(sk, sock->sk); in sctp_do_peeloff()