Home
last modified time | relevance | path

Searched refs:ipcm_cookie (Results 1 – 6 of 6) sorted by relevance

/linux/include/net/
H A Dip.h77 struct ipcm_cookie { struct
88 static inline void ipcm_init(struct ipcm_cookie *ipcm) in ipcm_init() argument
90 *ipcm = (struct ipcm_cookie) { .tos = -1 }; in ipcm_init()
93 static inline void ipcm_init_sk(struct ipcm_cookie *ipcm, in ipcm_init_sk()
96 *ipcm = (struct ipcm_cookie) { in ipcm_init_sk()
225 struct ipcm_cookie *ipc,
240 struct ipcm_cookie *ipc, struct rtable **rtp,
252 const struct ipcm_cookie *ipc, in ip_sendmsg_scope()
802 struct ipcm_cookie *ipc, bool allow_ipv6);
/linux/net/ipv4/
H A Dip_output.c1293 struct ipcm_cookie *ipc, struct rtable **rtp) in ip_setup_cork()
1361 struct ipcm_cookie *ipc, struct rtable **rtp, in ip_append_data()
1556 struct ipcm_cookie *ipc, struct rtable **rtp, in ip_make_skb()
1611 struct ipcm_cookie ipc; in ip_send_unicast_reply()
H A Dicmp.c384 struct ipcm_cookie *ipc, struct rtable **rt) in icmp_push_reply()
420 struct ipcm_cookie ipc; in icmp_reply()
812 struct ipcm_cookie ipc; in __icmp_send()
H A Dping.c704 struct ipcm_cookie ipc; in ping_v4_sendmsg()
H A Dip_sockglue.c242 int ip_cmsg_send(struct sock *sk, struct msghdr *msg, struct ipcm_cookie *ipc, in ip_cmsg_send()
H A Dudp.c1280 struct ipcm_cookie ipc; in udp_sendmsg()