Searched refs:ipcm_cookie (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/include/net/ |
| H A D | ip.h | 76 struct ipcm_cookie { struct 87 static inline void ipcm_init(struct ipcm_cookie *ipcm) in ipcm_init() argument 89 *ipcm = (struct ipcm_cookie) { .tos = -1 }; in ipcm_init() 92 static inline void ipcm_init_sk(struct ipcm_cookie *ipcm, in ipcm_init_sk() 95 *ipcm = (struct ipcm_cookie) { in ipcm_init_sk() 223 struct ipcm_cookie *ipc, 238 struct ipcm_cookie *ipc, struct rtable **rtp, 250 const struct ipcm_cookie *ipc, in ip_sendmsg_scope() 796 struct ipcm_cookie *ipc, bool allow_ipv6);
|
| /linux-6.15/net/ipv4/ |
| H A D | icmp.c | 369 struct ipcm_cookie *ipc, struct rtable **rt) in icmp_push_reply() 405 struct ipcm_cookie ipc; in icmp_reply() 600 struct ipcm_cookie ipc; in __icmp_send()
|
| H A D | ip_output.c | 1286 struct ipcm_cookie *ipc, struct rtable **rtp) in ip_setup_cork() 1354 struct ipcm_cookie *ipc, struct rtable **rtp, in ip_append_data() 1549 struct ipcm_cookie *ipc, struct rtable **rtp, in ip_make_skb() 1603 struct ipcm_cookie ipc; in ip_send_unicast_reply()
|
| H A D | raw.c | 486 struct ipcm_cookie ipc; in raw_sendmsg()
|
| H A D | ping.c | 701 struct ipcm_cookie ipc; in ping_v4_sendmsg()
|
| H A D | ip_sockglue.c | 242 int ip_cmsg_send(struct sock *sk, struct msghdr *msg, struct ipcm_cookie *ipc, in ip_cmsg_send()
|
| H A D | udp.c | 1278 struct ipcm_cookie ipc; in udp_sendmsg()
|