Searched refs:skb_in (Results 1 - 3 of 3) sorted by relevance

/net/ipv4/
H A Dicmp.c442 struct sk_buff *skb_in,
461 security_skb_classify_flow(skb_in, flowi4_to_flowi(fl4));
479 err = xfrm_decode_session_reverse(skb_in, flowi4_to_flowi(&fl4_dec), AF_INET);
498 orefdst = skb_in->_skb_refdst; /* save old refdst */
499 err = ip_route_input(skb_in, fl4_dec.daddr, fl4_dec.saddr,
503 rt2 = skb_rtable(skb_in);
504 skb_in->_skb_refdst = orefdst; /* restore old refdst */
544 void icmp_send(struct sk_buff *skb_in, int type, int code, __be32 info) argument
549 struct rtable *rt = skb_rtable(skb_in);
567 iph = ip_hdr(skb_in);
440 icmp_route_lookup(struct net *net, struct flowi4 *fl4, struct sk_buff *skb_in, const struct iphdr *iph, __be32 saddr, u8 tos, u32 mark, int type, int code, struct icmp_bxm *param) argument
[all...]
/net/hsr/
H A Dhsr_forward.c74 static struct sk_buff *create_stripped_skb(struct sk_buff *skb_in, argument
81 skb_pull(skb_in, HSR_HLEN);
82 skb = __pskb_copy(skb_in, skb_headroom(skb_in) - HSR_HLEN, GFP_ATOMIC);
83 skb_push(skb_in, HSR_HLEN);
95 src = skb_mac_header(skb_in);
H A Dhsr_netlink.c233 static int hsr_get_node_status(struct sk_buff *skb_in, struct genl_info *info) argument
278 msg_head = genlmsg_put(skb_out, NETLINK_CB(skb_in).portid,
354 netlink_ack(skb_in, nlmsg_hdr(skb_in), -EINVAL);
367 static int hsr_get_node_list(struct sk_buff *skb_in, struct genl_info *info) argument
404 msg_head = genlmsg_put(skb_out, NETLINK_CB(skb_in).portid,
436 netlink_ack(skb_in, nlmsg_hdr(skb_in), -EINVAL);

Completed in 101 milliseconds