Searched refs:rxskb (Results 1 - 2 of 2) sorted by last modified time

/linux-master/net/dccp/
H A Dipv6.c260 static void dccp_v6_ctl_send_reset(const struct sock *sk, struct sk_buff *rxskb, argument
266 struct net *net = dev_net(skb_dst(rxskb)->dev);
271 if (dccp_hdr(rxskb)->dccph_type == DCCP_PKT_RESET)
274 if (!ipv6_unicast_destination(rxskb))
279 skb = dccp_ctl_make_reset(ctl_sk, rxskb);
283 rxip6h = ipv6_hdr(rxskb);
292 fl6.flowi6_oif = inet6_iif(rxskb);
295 security_skb_classify_flow(rxskb, flowi6_to_flowi_common(&fl6));
H A Dipv4.c525 static void dccp_v4_ctl_send_reset(const struct sock *sk, struct sk_buff *rxskb, argument
532 struct net *net = dev_net(skb_dst(rxskb)->dev);
537 if (dccp_hdr(rxskb)->dccph_type == DCCP_PKT_RESET)
540 if (skb_rtable(rxskb)->rt_type != RTN_LOCAL)
545 dst = dccp_v4_route_skb(net, ctl_sk, rxskb);
549 skb = dccp_ctl_make_reset(ctl_sk, rxskb);
553 rxiph = ip_hdr(rxskb);

Completed in 210 milliseconds