Searched refs:sk_mark (Results 1 – 14 of 14) sorted by relevance
| /linux/drivers/net/ovpn/ |
| H A D | udp.c | 156 .flowi4_mark = sk->sk_mark, in ovpn_udp4_output() 233 .flowi6_mark = sk->sk_mark, in ovpn_udp6_output() 347 skb->mark = READ_ONCE(sk->sk_mark); in ovpn_udp_send_skb()
|
| /linux/net/netfilter/ |
| H A D | xt_socket.c | 80 pskb->mark = READ_ONCE(sk->sk_mark); in socket_match() 141 pskb->mark = READ_ONCE(sk->sk_mark); in socket_mt6_v1_v2_v3()
|
| H A D | nft_socket.c | 133 *dest = READ_ONCE(sk->sk_mark); in nft_socket_eval()
|
| /linux/net/mptcp/ |
| H A D | sockopt.c | 106 if (READ_ONCE(ssk->sk_mark) != sk->sk_mark) { in mptcp_sol_socket_sync_intval() 107 WRITE_ONCE(ssk->sk_mark, sk->sk_mark); in mptcp_sol_socket_sync_intval() 1569 if (sk->sk_mark != ssk->sk_mark) { in sync_socket_options() 1570 ssk->sk_mark = sk->sk_mark; in sync_socket_options()
|
| /linux/net/ipv4/ |
| H A D | ip_output.c | 193 skb->mark = READ_ONCE(sk->sk_mark); in ip_build_and_send_pkt() 532 skb->mark = READ_ONCE(sk->sk_mark); in __ip_queue_xmit() 1637 IP4_REPLY_MARK(net, skb->mark) ?: sk->sk_mark, in ip_send_unicast_reply()
|
| H A D | route.c | 519 mark = READ_ONCE(sk->sk_mark); in __build_flow_key() 554 flowi4_init_output(fl4, sk->sk_bound_dev_if, READ_ONCE(sk->sk_mark), in build_sk_flow_key()
|
| /linux/net/ipv6/ |
| H A D | tcp_ipv6.c | 268 fl6.flowi6_mark = sk->sk_mark; in tcp_v6_connect() 568 err = ip6_xmit(sk, skb, fl6, skb->mark ? : READ_ONCE(sk->sk_mark), in tcp_v6_send_synack() 937 mark = READ_ONCE(sk->sk_mark); in tcp_v6_send_response()
|
| /linux/net/l2tp/ |
| H A D | l2tp_ip6.c | 548 fl6.flowi6_mark = READ_ONCE(sk->sk_mark); in l2tp_ip6_sendmsg()
|
| /linux/net/core/ |
| H A D | sock.c | 1005 if (val != sk->sk_mark) { in __sock_set_mark() 1006 WRITE_ONCE(sk->sk_mark, val); in __sock_set_mark() 2009 v.val = READ_ONCE(sk->sk_mark); in sk_getsockopt() 4533 CACHELINE_ASSERT_GROUP_MEMBER(struct sock, sock_read_tx, sk_mark);
|
| H A D | filter.c | 10137 BUILD_BUG_ON(sizeof_field(struct sock, sk_mark) != 4); in bpf_sock_convert_ctx_access() 10141 offsetof(struct sock, sk_mark)); in bpf_sock_convert_ctx_access() 10144 offsetof(struct sock, sk_mark)); in bpf_sock_convert_ctx_access()
|
| /linux/net/dccp/ |
| H A D | ipv6.c | |
| /linux/include/net/ |
| H A D | sock.h | 504 u32 sk_mark; member 1915 .mark = READ_ONCE(sk->sk_mark), in sockcm_init()
|
| /linux/net/sctp/ |
| H A D | ipv6.c | 248 res = ip6_xmit(sk, skb, fl6, sk->sk_mark, in sctp_v6_xmit()
|
| /linux/net/xdp/ |
| H A D | xsk.c | 646 skb->mark = READ_ONCE(xs->sk.sk_mark); in xsk_skb_init_misc()
|