Searched refs:sk_priority (Results 1 – 18 of 18) sorted by relevance
| /linux/net/mptcp/ |
| H A D | sockopt.c | 98 WRITE_ONCE(ssk->sk_priority, val); in mptcp_sol_socket_sync_intval() 1561 ssk->sk_priority = sk->sk_priority; in sync_socket_options()
|
| /linux/include/net/bluetooth/ |
| H A D | bluetooth.h | 577 skb->priority = READ_ONCE(sk->sk_priority); in bt_skb_sendmsg()
|
| /linux/net/ipv4/ |
| H A D | tcp_ipv4.c | 876 ctl_sk->sk_priority = (sk->sk_state == TCP_TIME_WAIT) ? in tcp_v4_send_reset() 877 inet_twsk(sk)->tw_priority : READ_ONCE(sk->sk_priority); in tcp_v4_send_reset() 884 ctl_sk->sk_priority = 0; in tcp_v4_send_reset() 997 ctl_sk->sk_priority = (sk->sk_state == TCP_TIME_WAIT) ? in tcp_v4_send_ack() 998 inet_twsk(sk)->tw_priority : READ_ONCE(sk->sk_priority); in tcp_v4_send_ack()
|
| H A D | ip_output.c | 191 skb->priority = READ_ONCE(sk->sk_priority); in ip_build_and_send_pkt() 531 skb->priority = READ_ONCE(sk->sk_priority); in __ip_queue_xmit()
|
| H A D | tcp_minisocks.c | 340 tw->tw_priority = READ_ONCE(sk->sk_priority); in tcp_time_wait()
|
| /linux/net/x25/ |
| H A D | af_x25.c | 601 sk->sk_priority = READ_ONCE(osk->sk_priority); in x25_make_new()
|
| /linux/net/ipv6/ |
| H A D | tcp_ipv6.c | 587 opt, tclass, READ_ONCE(sk->sk_priority)); in tcp_v6_send_synack() 1096 priority = READ_ONCE(sk->sk_priority); in tcp_v6_send_reset() 1266 READ_ONCE(sk->sk_priority),
|
| /linux/net/sched/ |
| H A D | em_meta.c | 549 dst->value = READ_ONCE(sk->sk_priority); in META_COLLECTOR()
|
| /linux/net/core/ |
| H A D | sock.c | 814 WRITE_ONCE(sk->sk_priority, priority); in sock_set_priority() 1819 v.val = READ_ONCE(sk->sk_priority); in sk_getsockopt() 2582 newsk->sk_priority = 0; in sk_clone() 4562 CACHELINE_ASSERT_GROUP_MEMBER(struct sock, sock_read_tx, sk_priority); in sock_struct_check()
|
| H A D | filter.c | 10190 BUILD_BUG_ON(sizeof_field(struct sock, sk_priority) != 4); in bpf_sock_convert_ctx_access() 10194 offsetof(struct sock, sk_priority)); in bpf_sock_convert_ctx_access() 10197 offsetof(struct sock, sk_priority)); in bpf_sock_convert_ctx_access()
|
| /linux/net/appletalk/ |
| H A D | aarp.c | 659 skb->priority = READ_ONCE(skb->sk->sk_priority); in aarp_send_ddp()
|
| /linux/net/dccp/ |
| H A D | ipv6.c | |
| /linux/include/net/ |
| H A D | sock.h | 300 * @sk_priority: %SO_PRIORITY setting 509 u32 sk_priority; member 1930 .priority = READ_ONCE(sk->sk_priority), in sockcm_init()
|
| /linux/net/sctp/ |
| H A D | ipv6.c | 250 tclass, READ_ONCE(sk->sk_priority)); in sctp_v6_xmit()
|
| /linux/net/bluetooth/ |
| H A D | l2cap_sock.c | 1734 skb->priority = READ_ONCE(sk->sk_priority); in l2cap_sock_alloc_skb_cb()
|
| /linux/net/smc/ |
| H A D | af_smc.c | 519 nsk->sk_priority = READ_ONCE(osk->sk_priority); in smc_copy_sock_settings()
|
| /linux/net/xdp/ |
| H A D | xsk.c | 770 skb->priority = READ_ONCE(xs->sk.sk_priority); in xsk_skb_init_misc()
|
| /linux/drivers/block/drbd/ |
| H A D | drbd_receiver.c | 847 sock.socket->sk->sk_priority = TC_PRIO_INTERACTIVE_BULK; in conn_connect() 848 msock.socket->sk->sk_priority = TC_PRIO_INTERACTIVE; in conn_connect()
|