Searched refs:next_header (Results 1 – 14 of 14) sorted by relevance
| /linux/init/ |
| H A D | initramfs.c | 230 static __initdata loff_t this_header, next_header; variable 293 next_header = this_header + N_ALIGN(name_len) + body_len; in do_header() 294 next_header = (next_header + 3) & ~3; in do_header() 314 if (this_header + byte_count < next_header) { in do_skip() 318 eat(next_header - this_header); in do_skip()
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_seg6_loop.c | 24 unsigned char next_header; member 76 if (ip->next_header != 43) in get_srh()
|
| H A D | test_lwt_seg6local.c | 24 unsigned char next_header; member 76 if (ip->next_header != 43) in get_srh()
|
| /linux/drivers/media/platform/renesas/vsp1/ |
| H A D | vsp1_dl.c | 37 u32 next_header; member 824 dl->header->next_header = next->dma; in vsp1_dl_list_fill_header() 831 dl->header->next_header = dl->dma; in vsp1_dl_list_fill_header()
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cxgb4_tc_u32.c | 48 bool next_header) in fill_match_fields() argument 60 if (next_header) { in fill_match_fields()
|
| /linux/drivers/crypto/caam/ |
| H A D | pdb.h | 224 u8 next_header; /* reserved if decap */ member
|
| /linux/drivers/firewire/ |
| H A D | ohci.c | 234 __be32 next_header; member 2038 ohci->config_rom[0] = ohci->next_header; in handle_selfid_complete_event() 2039 reg_write(ohci, OHCI1394_ConfigROMhdr, be32_to_cpu(ohci->next_header)); in handle_selfid_complete_event() 2394 ohci->next_header = ohci->next_config_rom[0]; in ohci_enable() 2526 ohci->next_header = config_rom[0]; in ohci_set_config_rom()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | rvu_npc_fs.c | 1039 NPC_WRITE_FLOW(NPC_IPFRAG_IPV6, next_header, pkt->next_header, 0, in npc_update_flow() 1040 mask->next_header, 0); in npc_update_flow()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | otx2_tc.c | 717 flow_spec->next_header = val ? in otx2_tc_prepare_flow() 719 flow_mask->next_header = 0xff; in otx2_tc_prepare_flow()
|
| H A D | otx2_flows.c | 725 pkt->next_header = ipv6_usr_hdr->l4_proto; in otx2_prepare_ipv6_flow() 726 pmask->next_header = ipv6_usr_mask->l4_proto; in otx2_prepare_ipv6_flow()
|
| /linux/drivers/crypto/inside-secure/ |
| H A D | safexcel.h | 507 u32 next_header:1; member
|
| /linux/fs/smb/client/ |
| H A D | smb2ops.c | 5446 .next_header = smb2_next_header, 5551 .next_header = smb2_next_header, 5667 .next_header = smb2_next_header, 5783 .next_header = smb2_next_header,
|
| H A D | cifsglob.h | 603 int (*next_header)(struct TCP_Server_Info *server, char *buf, member
|
| H A D | connect.c | 1323 if (server->ops->next_header) { in cifs_demultiplex_thread() 1324 if (server->ops->next_header(server, buf, &next_offset)) { in cifs_demultiplex_thread()
|