Searched refs:nl (Results 1 – 2 of 2) sorted by relevance
11 int (*call)(struct sock *nl, struct sk_buff *skb, 14 int (*call_rcu)(struct sock *nl, struct sk_buff *skb, 17 int (*call_batch)(struct sock *nl, struct sk_buff *skb,
616 char *nl = strchr(buf, '\n'); in cpumask_parse() local617 unsigned int len = nl ? (unsigned int)(nl - buf) : strlen(buf); in cpumask_parse()