Searched refs:sk_flags (Results 1 – 1 of 1) sorted by relevance
383 #define sk_flags __sk_common.skc_flags macro918 nsk->sk_flags = osk->sk_flags; in sock_copy_flags()923 __set_bit(flag, &sk->sk_flags); in sock_set_flag()928 __clear_bit(flag, &sk->sk_flags); in sock_reset_flag()942 return test_bit(flag, &sk->sk_flags); in sock_flag()2583 if (sk->sk_flags & FLAGS_TS_OR_DROPS || sk->sk_tsflags & TSFLAGS_ANY) in sock_recv_ts_and_drops()