Searched refs:ip6_xmit (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/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 | 263 int ip6_xmit(const struct sock *sk, struct sk_buff *skb, struct flowi6 *fl6, in ip6_xmit() function 362 EXPORT_SYMBOL(ip6_xmit);
|
D | tcp_ipv6.c | 560 err = ip6_xmit(sk, skb, fl6, skb->mark ? : sk->sk_mark, opt, in tcp_v6_send_synack() 989 ip6_xmit(ctl_sk, buff, &fl6, fl6.flowi6_mark, NULL, in tcp_v6_send_response()
|
/kernel/linux/linux-5.10/net/dccp/ |
D | ipv6.c | 233 err = ip6_xmit(sk, skb, &fl6, sk->sk_mark, opt, np->tclass, in dccp_v6_send_response() 288 ip6_xmit(ctl_sk, skb, &fl6, 0, NULL, 0, 0); in dccp_v6_ctl_send_reset()
|
/kernel/linux/linux-5.10/include/net/ |
D | ipv6.h | 987 int ip6_xmit(const struct sock *sk, struct sk_buff *skb, struct flowi6 *fl6,
|
/kernel/linux/linux-5.10/net/sctp/ |
D | ipv6.c | 217 res = ip6_xmit(sk, skb, fl6, sk->sk_mark, rcu_dereference(np->opt), in sctp_v6_xmit()
|