Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/sctp/
Dstructs.h179 __u32 default_ppid; member
1704 __u32 default_ppid; member
/linux-4.4.14/net/sctp/
Dsocket.c1877 default_sinfo.sinfo_ppid = asoc->default_ppid; in sctp_sendmsg()
2784 asoc->default_ppid = info.sinfo_ppid; in sctp_setsockopt_default_send_param()
2790 sp->default_ppid = info.sinfo_ppid; in sctp_setsockopt_default_send_param()
2824 asoc->default_ppid = info.snd_ppid; in sctp_setsockopt_default_sndinfo()
2829 sp->default_ppid = info.snd_ppid; in sctp_setsockopt_default_sndinfo()
4012 sp->default_ppid = 0; in sctp_init_sock()
5095 info.sinfo_ppid = asoc->default_ppid; in sctp_getsockopt_default_send_param()
5101 info.sinfo_ppid = sp->default_ppid; in sctp_getsockopt_default_send_param()
5139 info.snd_ppid = asoc->default_ppid; in sctp_getsockopt_default_sndinfo()
5144 info.snd_ppid = sp->default_ppid; in sctp_getsockopt_default_sndinfo()
Dassociola.c258 asoc->default_ppid = sp->default_ppid; in sctp_association_init()