Home
last modified time | relevance | path

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

/linux/net/tipc/
H A Dtrace.h134 bool tipc_sk_filtering(struct sock *sk);
221 TP_CONDITION(tipc_sk_filtering(sk)))
240 TP_CONDITION(tipc_sk_filtering(sk) && (cond)))
H A Dsocket.c3825 * tipc_sk_filtering - check if a socket should be traced
3835 bool tipc_sk_filtering(struct sock *sk) in tipc_sk_filtering() function