Home
last modified time | relevance | path

Searched refs:next_header (Results 1 – 13 of 13) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_seg6_loop.c24 unsigned char next_header; member
76 if (ip->next_header != 43) in get_srh()
H A Dtest_lwt_seg6local.c24 unsigned char next_header; member
76 if (ip->next_header != 43) in get_srh()
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_u32.c48 bool next_header) in fill_match_fields() argument
60 if (next_header) { in fill_match_fields()
/linux/drivers/crypto/caam/
H A Dpdb.h224 u8 next_header; /* reserved if decap */ member
/linux/drivers/firewire/
H A Dohci.c234 __be32 next_header; member
2040 ohci->config_rom[0] = ohci->next_header; in handle_selfid_complete_event()
2041 reg_write(ohci, OHCI1394_ConfigROMhdr, be32_to_cpu(ohci->next_header)); in handle_selfid_complete_event()
2396 ohci->next_header = ohci->next_config_rom[0]; in ohci_enable()
2528 ohci->next_header = config_rom[0]; in ohci_set_config_rom()
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_fs.c1210 NPC_WRITE_FLOW(NPC_IPFRAG_IPV6, next_header, pkt->next_header, 0, in npc_update_flow()
1211 mask->next_header, 0); in npc_update_flow()
H A Dmbox.h1841 u8 next_header; member
H A Drvu_debugfs.c3373 seq_printf(s, "0x%x ", rule->packet.next_header); in rvu_dbg_npc_mcam_show_flows()
3374 seq_printf(s, "mask 0x%x\n", rule->mask.next_header); in rvu_dbg_npc_mcam_show_flows()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_tc.c698 flow_spec->next_header = val ? in otx2_tc_prepare_flow()
700 flow_mask->next_header = 0xff; in otx2_tc_prepare_flow()
H A Dotx2_flows.c887 pkt->next_header = ipv6_usr_hdr->l4_proto; in otx2_prepare_ipv6_flow()
888 pmask->next_header = ipv6_usr_mask->l4_proto; in otx2_prepare_ipv6_flow()
/linux/fs/smb/client/
H A Dsmb2ops.c5633 .next_header = smb2_next_header,
5738 .next_header = smb2_next_header,
5854 .next_header = smb2_next_header,
5970 .next_header = smb2_next_header,
H A Dcifsglob.h602 int (*next_header)(struct TCP_Server_Info *server, char *buf, member
H A Dconnect.c1323 if (server->ops->next_header) { in cifs_demultiplex_thread()
1324 if (server->ops->next_header(server, buf, &next_offset)) { in cifs_demultiplex_thread()