Searched refs:rxskb (Results 1 - 2 of 2) sorted by relevance

/linux-master/net/dccp/
H A Dipv6.c259 static void dccp_v6_ctl_send_reset(const struct sock *sk, struct sk_buff *rxskb) argument
264 struct net *net = dev_net(skb_dst(rxskb)->dev);
269 if (dccp_hdr(rxskb)->dccph_type == DCCP_PKT_RESET)
272 if (!ipv6_unicast_destination(rxskb))
277 skb = dccp_ctl_make_reset(ctl_sk, rxskb);
281 rxip6h = ipv6_hdr(rxskb);
290 fl6.flowi6_oif = inet6_iif(rxskb);
293 security_skb_classify_flow(rxskb, flowi6_to_flowi_common(&fl6));
H A Dipv4.c524 static void dccp_v4_ctl_send_reset(const struct sock *sk, struct sk_buff *rxskb) argument
530 struct net *net = dev_net(skb_dst(rxskb)->dev);
535 if (dccp_hdr(rxskb)->dccph_type == DCCP_PKT_RESET)
538 if (skb_rtable(rxskb)->rt_type != RTN_LOCAL)
543 dst = dccp_v4_route_skb(net, ctl_sk, rxskb);
547 skb = dccp_ctl_make_reset(ctl_sk, rxskb);
551 rxiph = ip_hdr(rxskb);

Completed in 124 milliseconds