Home
last modified time | relevance | path

Searched refs:ip6_xmit (Results 1 – 9 of 9) sorted by relevance

/linux/include/net/
H A Dipv6_stubs.h76 int (*ip6_xmit)(const struct sock *sk, struct sk_buff *skb, struct flowi6 *fl6, member
H A Dipv6.h1012 int ip6_xmit(const struct sock *sk, struct sk_buff *skb, struct flowi6 *fl6,
/linux/net/ipv6/
H A Dinet6_connection_sock.c115 res = ip6_xmit(sk, skb, fl6, sk->sk_mark, rcu_dereference(np->opt), in inet6_csk_xmit()
H A Daf_inet6.c1051 .ip6_xmit = ip6_xmit,
H A Dip6_output.c268 int ip6_xmit(const struct sock *sk, struct sk_buff *skb, struct flowi6 *fl6, in ip6_xmit() function
377 EXPORT_SYMBOL(ip6_xmit);
H A Dtcp_ipv6.c569 err = ip6_xmit(sk, skb, fl6, skb->mark ? : READ_ONCE(sk->sk_mark), in tcp_v6_send_synack()
960 ip6_xmit(ctl_sk, buff, &fl6, fl6.flowi6_mark, NULL, in tcp_v6_send_response()
/linux/Documentation/networking/net_cachelines/
H A Dnet_device.rst34 … hard_header_len read_mostly read_mostly ip6_xmit(tx);gro_list_prep…
/linux/net/xfrm/
H A Dxfrm_nat_keepalive.c108 err = ipv6_stub->ip6_xmit(sk, skb, &fl6, skb->mark, NULL, 0, 0); in nat_keepalive_send_ipv6()
/linux/net/sctp/
H A Dipv6.c248 res = ip6_xmit(sk, skb, fl6, sk->sk_mark, in sctp_v6_xmit()