Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/fpga/
H A Dzynqmppl.c70 static u32 check_header(const void *buf) in check_header() function
116 *swap = check_header(&buf[p]); in check_data()
H A Dzynqpl.c89 static u32 check_header(const void *buf) in check_header() function
140 *swap = check_header(&buf[p]); in check_data()
/openbmc/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()
/openbmc/qemu/dump/
H A Dwin_dump.c180 static bool check_header(WinDumpHeader *h, bool *x64, Error **errp) in check_header() function
424 if (!check_header(h, &x64, &local_err)) { in create_win_dump()
/openbmc/linux/drivers/thunderbolt/
H A Dctl.c180 static int check_header(const struct ctl_pkg *pkg, u32 len, in check_header() function
236 res.err = check_header(response, sizeof(*pkg), TB_CFG_PKG_ERROR, in decode_error()
259 res.err = check_header(pkg, len, type, route); in parse_header()
/openbmc/linux/kernel/power/
H A Dsnapshot.c2328 static int check_header(struct swsusp_info *info) in check_header() function
2350 error = check_header(info); in load_header()