Searched refs:ip6_xmit (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/include/net/ |
| H A D | ipv6_stubs.h | 76 int (*ip6_xmit)(const struct sock *sk, struct sk_buff *skb, struct flowi6 *fl6, member
|
| H A D | ipv6.h | 1087 int ip6_xmit(const struct sock *sk, struct sk_buff *skb, struct flowi6 *fl6,
|
| /linux-6.15/net/ipv6/ |
| H A D | inet6_connection_sock.c | 121 res = ip6_xmit(sk, skb, &fl6, sk->sk_mark, rcu_dereference(np->opt), in inet6_csk_xmit()
|
| H A D | af_inet6.c | 1062 .ip6_xmit = ip6_xmit,
|
| H A D | ip6_output.c | 267 int ip6_xmit(const struct sock *sk, struct sk_buff *skb, struct flowi6 *fl6, in ip6_xmit() function 381 EXPORT_SYMBOL(ip6_xmit);
|
| H A D | tcp_ipv6.c | 565 err = ip6_xmit(sk, skb, fl6, skb->mark ? : READ_ONCE(sk->sk_mark), in tcp_v6_send_synack() 1001 ip6_xmit(ctl_sk, buff, &fl6, fl6.flowi6_mark, NULL, in tcp_v6_send_response()
|
| /linux-6.15/net/xfrm/ |
| H A D | xfrm_nat_keepalive.c | 99 err = ipv6_stub->ip6_xmit(sk, skb, &fl6, skb->mark, NULL, 0, 0); in nat_keepalive_send_ipv6()
|
| /linux-6.15/Documentation/networking/net_cachelines/ |
| H A D | net_device.rst | 33 … hard_header_len read_mostly read_mostly ip6_xmit(tx);gro_list_prep…
|
| /linux-6.15/net/dccp/ |
| H A D | ipv6.c | 242 err = ip6_xmit(sk, skb, &fl6, READ_ONCE(sk->sk_mark), opt, in dccp_v6_send_response() 301 ip6_xmit(ctl_sk, skb, &fl6, 0, NULL, 0, 0); in dccp_v6_ctl_send_reset()
|
| /linux-6.15/net/sctp/ |
| H A D | ipv6.c | 248 res = ip6_xmit(sk, skb, fl6, sk->sk_mark, in sctp_v6_xmit()
|