Lines Matching defs:sock_flag
82 #define SOCK_DEBUG(sk, msg...) do { if ((sk) && sock_flag((sk), SOCK_DBG)) \
990 static inline bool sock_flag(const struct sock *sk, enum sock_flags flag)
1103 if (skb_pfmemalloc(skb) && !sock_flag(sk, SOCK_MEMALLOC))
2533 !sock_flag(sk, SOCK_FASYNC))
2542 !sock_flag(sk, SOCK_FASYNC))
2550 if (sock_flag(sk, SOCK_FASYNC)) {
2669 SOCK_SKB_CB(skb)->dropcount = sock_flag(sk, SOCK_RXQ_OVFL) ?
2725 if (sock_flag(sk, SOCK_RCVTSTAMP) ||
2734 if (sock_flag(sk, SOCK_WIFI_STATUS) && skb_wifi_acked_valid(skb))
2754 else if (unlikely(sock_flag(sk, SOCK_TIMESTAMP)))
2780 if (unlikely(sock_flag(sk, SOCK_WIFI_STATUS)))
2858 return !sk_fullsock(sk) || !sock_flag(sk, SOCK_RCU_FREE);