Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/sctp/
Dstructs.h179 __u32 default_ppid; member
1703 __u32 default_ppid; member
/linux-4.1.27/net/sctp/
Dsocket.c1874 default_sinfo.sinfo_ppid = asoc->default_ppid; in sctp_sendmsg()
2797 asoc->default_ppid = info.sinfo_ppid; in sctp_setsockopt_default_send_param()
2803 sp->default_ppid = info.sinfo_ppid; in sctp_setsockopt_default_send_param()
2837 asoc->default_ppid = info.snd_ppid; in sctp_setsockopt_default_sndinfo()
2842 sp->default_ppid = info.snd_ppid; in sctp_setsockopt_default_sndinfo()
4025 sp->default_ppid = 0; in sctp_init_sock()
5108 info.sinfo_ppid = asoc->default_ppid; in sctp_getsockopt_default_send_param()
5114 info.sinfo_ppid = sp->default_ppid; in sctp_getsockopt_default_send_param()
5152 info.snd_ppid = asoc->default_ppid; in sctp_getsockopt_default_sndinfo()
5157 info.snd_ppid = sp->default_ppid; in sctp_getsockopt_default_sndinfo()
Dassociola.c258 asoc->default_ppid = sp->default_ppid; in sctp_association_init()