Searched refs:ipcm_cookie (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.6/include/net/ |
D | ip.h | 75 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() 221 struct ipcm_cookie *ipc, 236 struct ipcm_cookie *ipc, struct rtable **rtp, 248 const struct ipcm_cookie *ipc, in ip_sendmsg_scope() 259 static inline __u8 get_rttos(struct ipcm_cookie* ipc, struct inet_sock *inet) in get_rttos() 765 struct ipcm_cookie *ipc, bool allow_ipv6);
|
/Linux-v6.6/net/ipv4/ |
D | icmp.c | 366 struct ipcm_cookie *ipc, struct rtable **rt) in icmp_push_reply() 399 struct ipcm_cookie ipc; in icmp_reply() 594 struct ipcm_cookie ipc; in __icmp_send()
|
D | ip_output.c | 1279 struct ipcm_cookie *ipc, struct rtable **rtp) in ip_setup_cork() 1343 struct ipcm_cookie *ipc, struct rtable **rtp, in ip_append_data() 1534 struct ipcm_cookie *ipc, struct rtable **rtp, in ip_make_skb() 1587 struct ipcm_cookie ipc; in ip_send_unicast_reply()
|
D | raw.c | 478 struct ipcm_cookie ipc; in raw_sendmsg()
|
D | ping.c | 701 struct ipcm_cookie ipc; in ping_v4_sendmsg()
|
D | ip_sockglue.c | 244 int ip_cmsg_send(struct sock *sk, struct msghdr *msg, struct ipcm_cookie *ipc, in ip_cmsg_send()
|
D | udp.c | 1046 struct ipcm_cookie ipc; in udp_sendmsg()
|