Searched refs:check_header (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/net/openvswitch/ |
| H A D | flow.c | 179 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-6.15/drivers/thunderbolt/ |
| H A D | ctl.c | 188 static int check_header(const struct ctl_pkg *pkg, u32 len, in check_header() function 244 res.err = check_header(response, sizeof(*pkg), TB_CFG_PKG_ERROR, in decode_error() 267 res.err = check_header(pkg, len, type, route); in parse_header()
|
| /linux-6.15/tools/testing/selftests/net/ |
| H A D | ioam6_parser.c | 244 static int check_header(int tid, struct ioam6_trace_hdr *trace, in check_header() function 594 if (check_header(tid, trace, trace_type, trace_size, ioam_ns)) in check_ioam_trace()
|
| /linux-6.15/kernel/power/ |
| H A D | snapshot.c | 2322 static int check_header(struct swsusp_info *info) in check_header() function 2344 error = check_header(info); in load_header()
|