Home
last modified time | relevance | path

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

/include/linux/netfilter/
Dnfnetlink.h11 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,
/include/linux/
Dcpumask.h616 char *nl = strchr(buf, '\n'); in cpumask_parse() local
617 unsigned int len = nl ? (unsigned int)(nl - buf) : strlen(buf); in cpumask_parse()