Searched refs:sk_flags (Results 1 – 1 of 1) sorted by relevance
365 #define sk_flags __sk_common.skc_flags macro828 nsk->sk_flags = osk->sk_flags; in sock_copy_flags()833 __set_bit(flag, &sk->sk_flags); in sock_set_flag()838 __clear_bit(flag, &sk->sk_flags); in sock_reset_flag()843 return test_bit(flag, &sk->sk_flags); in sock_flag()2435 if (sk->sk_flags & FLAGS_TS_OR_DROPS || sk->sk_tsflags & TSFLAGS_ANY) in sock_recv_ts_and_drops()