Home
last modified time | relevance | path

Searched refs:sockc (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/kernel/net/ipv6/
H A Draw.c620 unsigned int flags, const struct sockcm_cookie *sockc) in rawv6_send_hdrinc() argument
649 skb->mark = sockc->mark; in rawv6_send_hdrinc()
650 skb->tstamp = sockc->transmit_time; in rawv6_send_hdrinc()
658 skb_setup_tx_timestamp(skb, sockc->tsflags); in rawv6_send_hdrinc()
812 ipc6.sockc.tsflags = sk->sk_tsflags; in rawv6_sendmsg()
813 ipc6.sockc.mark = sk->sk_mark; in rawv6_sendmsg()
895 fl6.flowi6_mark = ipc6.sockc.mark; in rawv6_sendmsg()
945 msg->msg_flags, &ipc6.sockc); in rawv6_sendmsg()
H A Dping.c122 ipc6.sockc.mark = sk->sk_mark; in ping_v6_sendmsg()
H A Dicmp.c594 ipc6.sockc.mark = mark; in icmp6_send()
791 ipc6.sockc.mark = mark; in icmpv6_echo_reply()
H A Dudp.c1299 ipc6.sockc.tsflags = sk->sk_tsflags; in udpv6_sendmsg()
1300 ipc6.sockc.mark = sk->sk_mark; in udpv6_sendmsg()
1458 fl6.flowi6_mark = ipc6.sockc.mark; in udpv6_sendmsg()
H A Dip6_output.c1442 cork->base.mark = ipc6->sockc.mark; in ip6_setup_cork()
1443 sock_tx_timestamp(sk, ipc6->sockc.tsflags, &cork->base.tx_flags); in ip6_setup_cork()
1449 cork->base.transmit_time = ipc6->sockc.transmit_time; in ip6_setup_cork()
H A Ddatagram.c774 err = __sock_cmsg_send(sk, msg, cmsg, &ipc6->sockc); in ip6_datagram_send_ctl()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Draw.c347 const struct sockcm_cookie *sockc) in raw_send_hdrinc() argument
379 skb->mark = sockc->mark; in raw_send_hdrinc()
380 skb->tstamp = sockc->transmit_time; in raw_send_hdrinc()
390 skb_setup_tx_timestamp(skb, sockc->tsflags); in raw_send_hdrinc()
627 flowi4_init_output(&fl4, ipc.oif, ipc.sockc.mark, tos, in raw_sendmsg()
661 &rt, msg->msg_flags, &ipc.sockc); in raw_sendmsg()
H A Dip_output.c1294 cork->mark = ipc->sockc.mark; in ip_setup_cork()
1296 cork->transmit_time = ipc->sockc.transmit_time; in ip_setup_cork()
1298 sock_tx_timestamp(sk, ipc->sockc.tsflags, &cork->tx_flags); in ip_setup_cork()
1694 ipc.sockc.transmit_time = transmit_time; in ip_send_unicast_reply()
1725 ipc.sockc.mark = fl4.flowi4_mark; in ip_send_unicast_reply()
H A Dicmp.c435 ipc.sockc.mark = mark; in icmp_reply()
740 ipc.sockc.mark = mark; in __icmp_send()
H A Dtcp.c1197 struct sockcm_cookie sockc; in tcp_sendmsg_locked() local
1257 sockcm_init(&sockc, sk); in tcp_sendmsg_locked()
1259 err = sock_cmsg_send(sk, msg, &sockc); in tcp_sendmsg_locked()
1420 tcp_tx_timestamp(sk, sockc.tsflags); in tcp_sendmsg_locked()
H A Dping.c791 flowi4_init_output(&fl4, ipc.oif, ipc.sockc.mark, tos, in ping_v4_sendmsg()
H A Dip_sockglue.c270 err = __sock_cmsg_send(sk, msg, cmsg, &ipc->sockc); in ip_cmsg_send()
H A Dudp.c1203 flowi4_init_output(fl4, ipc.oif, ipc.sockc.mark, tos, in udp_sendmsg()
/OK3568_Linux_fs/kernel/net/packet/
H A Daf_packet.c1909 struct sockcm_cookie sockc; in packet_sendmsg_spkt() local
1998 sockcm_init(&sockc, sk); in packet_sendmsg_spkt()
2000 err = sock_cmsg_send(sk, msg, &sockc); in packet_sendmsg_spkt()
2009 skb->tstamp = sockc.transmit_time; in packet_sendmsg_spkt()
2011 skb_setup_tx_timestamp(skb, sockc.tsflags); in packet_sendmsg_spkt()
2516 const struct sockcm_cookie *sockc) in tpacket_fill_skb() argument
2530 skb->tstamp = sockc->transmit_time; in tpacket_fill_skb()
2531 skb_setup_tx_timestamp(skb, sockc->tsflags); in tpacket_fill_skb()
2666 struct sockcm_cookie sockc; in tpacket_snd() local
2717 sockcm_init(&sockc, &po->sk); in tpacket_snd()
[all …]
/OK3568_Linux_fs/kernel/include/net/
H A Dip.h75 struct sockcm_cookie sockc; member
95 ipcm->sockc.mark = inet->sk.sk_mark; in ipcm_init_sk()
96 ipcm->sockc.tsflags = inet->sk.sk_tsflags; in ipcm_init_sk()
H A Dsock.h1749 static inline void sockcm_init(struct sockcm_cookie *sockc, in sockcm_init() argument
1752 *sockc = (struct sockcm_cookie) { .tsflags = sk->sk_tsflags }; in sockcm_init()
1756 struct sockcm_cookie *sockc);
1758 struct sockcm_cookie *sockc);
H A Dipv6.h344 struct sockcm_cookie sockc; member
/OK3568_Linux_fs/kernel/net/core/
H A Dsock.c2371 struct sockcm_cookie *sockc) in __sock_cmsg_send() argument
2381 sockc->mark = *(u32 *)CMSG_DATA(cmsg); in __sock_cmsg_send()
2391 sockc->tsflags &= ~SOF_TIMESTAMPING_TX_RECORD_MASK; in __sock_cmsg_send()
2392 sockc->tsflags |= tsflags; in __sock_cmsg_send()
2399 sockc->transmit_time = get_unaligned((u64 *)CMSG_DATA(cmsg)); in __sock_cmsg_send()
2413 struct sockcm_cookie *sockc) in sock_cmsg_send() argument
2423 ret = __sock_cmsg_send(sk, msg, cmsg, sockc); in sock_cmsg_send()