rxskb             508 net/dccp/ipv4.c static void dccp_v4_ctl_send_reset(const struct sock *sk, struct sk_buff *rxskb)
rxskb             514 net/dccp/ipv4.c 	struct net *net = dev_net(skb_dst(rxskb)->dev);
rxskb             518 net/dccp/ipv4.c 	if (dccp_hdr(rxskb)->dccph_type == DCCP_PKT_RESET)
rxskb             521 net/dccp/ipv4.c 	if (skb_rtable(rxskb)->rt_type != RTN_LOCAL)
rxskb             524 net/dccp/ipv4.c 	dst = dccp_v4_route_skb(net, ctl_sk, rxskb);
rxskb             528 net/dccp/ipv4.c 	skb = dccp_ctl_make_reset(ctl_sk, rxskb);
rxskb             532 net/dccp/ipv4.c 	rxiph = ip_hdr(rxskb);
rxskb             251 net/dccp/ipv6.c static void dccp_v6_ctl_send_reset(const struct sock *sk, struct sk_buff *rxskb)
rxskb             256 net/dccp/ipv6.c 	struct net *net = dev_net(skb_dst(rxskb)->dev);
rxskb             260 net/dccp/ipv6.c 	if (dccp_hdr(rxskb)->dccph_type == DCCP_PKT_RESET)
rxskb             263 net/dccp/ipv6.c 	if (!ipv6_unicast_destination(rxskb))
rxskb             266 net/dccp/ipv6.c 	skb = dccp_ctl_make_reset(ctl_sk, rxskb);
rxskb             270 net/dccp/ipv6.c 	rxip6h = ipv6_hdr(rxskb);
rxskb             279 net/dccp/ipv6.c 	fl6.flowi6_oif = inet6_iif(rxskb);
rxskb             282 net/dccp/ipv6.c 	security_skb_classify_flow(rxskb, flowi6_to_flowi(&fl6));