Searched refs:sock_flag (Results 1 – 2 of 2) sorted by relevance
48 #define RT_CONN_FLAGS(sk) (RT_TOS(inet_sk(sk)->tos) | sock_flag(sk, SOCK_LOCALROUTE))
71 #define SOCK_DEBUG(sk, msg...) do { if ((sk) && sock_flag((sk), SOCK_DBG)) \508 static inline int sock_flag(struct sock *sk, enum sock_flags flag) in sock_flag() function1239 if (!sock_flag(sk, SOCK_DEAD)) in sock_queue_err_skb()1344 if (sock_flag(sk, SOCK_RCVTSTAMP)) in sock_recv_timestamp()