Home
last modified time | relevance | path

Searched refs:check_header (Results 1 – 3 of 3) sorted by relevance

/linux/net/openvswitch/
H A Dflow.c179 static int check_header(struct sk_buff *skb, int len) in check_header() function
200 err = check_header(skb, nh_ofs + sizeof(struct iphdr)); in check_iphdr()
394 err = check_header(skb, nh_ofs + sizeof(*nh)); in parse_ipv6hdr()
636 err = check_header(skb, nh_ofs + NSH_BASE_HDR_LEN); in parse_nsh()
647 err = check_header(skb, nh_ofs + length); in parse_nsh()
798 error = check_header(skb, skb->mac_len + in key_extract_l3l4()
/linux/drivers/thunderbolt/
H A Dctl.c188 static int check_header(const struct ctl_pkg *pkg, u32 len, in check_header()
244 res.err = check_header(response, sizeof(*pkg), TB_CFG_PKG_ERROR, in decode_error()
267 res.err = check_header(pkg, len, type, route);
185 static int check_header(const struct ctl_pkg *pkg, u32 len, check_header() function
/linux/kernel/power/
H A Dsnapshot.c2322 static int check_header(struct swsusp_info *info) in mark_unsafe_pages()
2344 error = check_header(info); in load_header()
2325 static int check_header(struct swsusp_info *info) check_header() function