Lines Matching defs:ipc6
75 struct ipcm6_cookie ipc6;
121 ipcm6_init_sk(&ipc6, np);
122 ipc6.sockc.tsflags = READ_ONCE(sk->sk_tsflags);
123 ipc6.sockc.mark = READ_ONCE(sk->sk_mark);
131 ipc6.opt = &opt;
133 err = ip6_datagram_send_ctl(sock_net(sk), sk, msg, &fl6, &ipc6);
140 ipc6.opt = NULL;
146 fl6.flowi6_mark = ipc6.sockc.mark;
152 fl6.flowlabel = ip6_make_flowinfo(ipc6.tclass, fl6.flowlabel);
173 if (ipc6.hlimit < 0)
174 ipc6.hlimit = ip6_sk_dst_hoplimit(np, &fl6, dst);
178 sizeof(struct icmp6hdr), &ipc6, &fl6, rt,