Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/sctp/
Dstructs.h522 void (*copy_ip_options)(struct sock *sk, struct sock *newsk); member
/Linux-v4.19/net/sctp/
Dipv6.c1113 .copy_ip_options = sctp_v6_copy_ip_options,
Dprotocol.c1008 .copy_ip_options = sctp_v4_copy_ip_options,
Dsocket.c5358 sp->pf->copy_ip_options(sk, sock->sk); in sctp_do_peeloff()