Home
last modified time | relevance | path

Searched refs:default_ppid (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/net/sctp/
H A Dstructs.h168 __u32 default_ppid; member
1944 __u32 default_ppid; member
/linux-6.15/net/sctp/
H A Dsocket.c1924 sinfo->sinfo_ppid = asoc->default_ppid; in sctp_sendmsg_update_sinfo()
2926 asoc->default_ppid = info->sinfo_ppid; in sctp_setsockopt_default_send_param()
2940 sp->default_ppid = info->sinfo_ppid; in sctp_setsockopt_default_send_param()
2984 asoc->default_ppid = info->snd_ppid; in sctp_setsockopt_default_sndinfo()
2997 sp->default_ppid = info->snd_ppid; in sctp_setsockopt_default_sndinfo()
3006 asoc->default_ppid = info->snd_ppid; in sctp_setsockopt_default_sndinfo()
4982 sp->default_ppid = 0; in sctp_init_sock()
6455 info.sinfo_ppid = asoc->default_ppid; in sctp_getsockopt_default_send_param()
6461 info.sinfo_ppid = sp->default_ppid; in sctp_getsockopt_default_send_param()
6501 info.snd_ppid = asoc->default_ppid; in sctp_getsockopt_default_sndinfo()
[all …]
H A Dassociola.c248 asoc->default_ppid = sp->default_ppid; in sctp_association_init()