Searched refs:ip6_xmit (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/net/ipv6/ |
D | inet6_connection_sock.c | 135 res = ip6_xmit(sk, skb, &fl6, sk->sk_mark, rcu_dereference(np->opt), in inet6_csk_xmit()
|
D | ip6_output.c | 249 int ip6_xmit(const struct sock *sk, struct sk_buff *skb, struct flowi6 *fl6, in ip6_xmit() function 359 EXPORT_SYMBOL(ip6_xmit);
|
D | tcp_ipv6.c | 567 err = ip6_xmit(sk, skb, fl6, skb->mark ? : READ_ONCE(sk->sk_mark), in tcp_v6_send_synack() 965 ip6_xmit(ctl_sk, buff, &fl6, fl6.flowi6_mark, NULL, in tcp_v6_send_response()
|
/Linux-v6.6/net/dccp/ |
D | ipv6.c | 241 err = ip6_xmit(sk, skb, &fl6, READ_ONCE(sk->sk_mark), opt, in dccp_v6_send_response() 299 ip6_xmit(ctl_sk, skb, &fl6, 0, NULL, 0, 0); in dccp_v6_ctl_send_reset()
|
/Linux-v6.6/include/net/ |
D | ipv6.h | 1094 int ip6_xmit(const struct sock *sk, struct sk_buff *skb, struct flowi6 *fl6,
|
/Linux-v6.6/net/sctp/ |
D | ipv6.c | 250 res = ip6_xmit(sk, skb, fl6, sk->sk_mark, in sctp_v6_xmit()
|