Home
last modified time | relevance | path

Searched refs:copy_flags (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/net/sctp/
Dprotocol.c222 int gfp, int copy_flags) in sctp_copy_local_addr_list() argument
238 (copy_flags & SCTP_ADDR4_PEERSUPP))) || in sctp_copy_local_addr_list()
240 (copy_flags & SCTP_ADDR6_ALLOWED) && in sctp_copy_local_addr_list()
241 (copy_flags & SCTP_ADDR6_PEERSUPP)))) { in sctp_copy_local_addr_list()
/linux-2.4.37.9/kernel/
Dfork.c602 static inline void copy_flags(unsigned long clone_flags, struct task_struct *p) in copy_flags() function
707 copy_flags(clone_flags, p); in do_fork()