Searched refs:ipcm_cookie (Results 1 – 7 of 7) sorted by relevance
/linux/include/net/ |
A D | ip.h | 73 struct ipcm_cookie { struct 84 static inline void ipcm_init(struct ipcm_cookie *ipcm) in ipcm_init() argument 86 *ipcm = (struct ipcm_cookie) { .tos = -1 }; in ipcm_init() 89 static inline void ipcm_init_sk(struct ipcm_cookie *ipcm, in ipcm_init_sk() 217 struct ipcm_cookie *ipc, 234 struct ipcm_cookie *ipc, struct rtable **rtp, 244 static inline __u8 get_rttos(struct ipcm_cookie* ipc, struct inet_sock *inet) in get_rttos() 249 static inline __u8 get_rtconn_flags(struct ipcm_cookie* ipc, struct sock* sk) in get_rtconn_flags() 753 struct ipcm_cookie *ipc, bool allow_ipv6);
|
/linux/net/ipv4/ |
A D | ip_output.c | 1229 struct ipcm_cookie *ipc, struct rtable **rtp) in ip_setup_cork() 1293 struct ipcm_cookie *ipc, struct rtable **rtp, in ip_append_data() 1603 struct ipcm_cookie *ipc, struct rtable **rtp, in ip_make_skb() 1656 struct ipcm_cookie ipc; in ip_send_unicast_reply()
|
A D | icmp.c | 368 struct ipcm_cookie *ipc, struct rtable **rt) in icmp_push_reply() 403 struct ipcm_cookie ipc; in icmp_reply() 598 struct ipcm_cookie ipc; in __icmp_send()
|
A D | raw.c | 503 struct ipcm_cookie ipc; in raw_sendmsg()
|
A D | ping.c | 690 struct ipcm_cookie ipc; in ping_v4_sendmsg()
|
A D | ip_sockglue.c | 242 int ip_cmsg_send(struct sock *sk, struct msghdr *msg, struct ipcm_cookie *ipc, in ip_cmsg_send()
|
A D | udp.c | 1048 struct ipcm_cookie ipc; in udp_sendmsg()
|
Completed in 22 milliseconds