Lines Matching refs:flow_header
409 struct necp_client_flow_header flow_header; member
7914 length = sizeof(header.flow_header.flow_id); in necp_client_fillout_flow_tlvs()
7915 header.flow_header.flow_id_tlv_header.type = type; in necp_client_fillout_flow_tlvs()
7916 header.flow_header.flow_id_tlv_header.length = length; in necp_client_fillout_flow_tlvs()
7917 uuid_copy(header.flow_header.flow_id, flow_registration->registration_id); in necp_client_fillout_flow_tlvs()
7953 length = sizeof(header.flow_header.flags_value); in necp_client_fillout_flow_tlvs()
7954 header.flow_header.flags_tlv_header.type = type; in necp_client_fillout_flow_tlvs()
7955 header.flow_header.flags_tlv_header.length = length; in necp_client_fillout_flow_tlvs()
7966 header.flow_header.flags_value = flags; in necp_client_fillout_flow_tlvs()
7969 length = sizeof(header.flow_header.interface_value); in necp_client_fillout_flow_tlvs()
7970 header.flow_header.interface_tlv_header.type = type; in necp_client_fillout_flow_tlvs()
7971 header.flow_header.interface_tlv_header.length = length; in necp_client_fillout_flow_tlvs()
7977 header.flow_header.interface_value = interface_struct; in necp_client_fillout_flow_tlvs()
7997 header.flow_header.outer_header.type = type; in necp_client_fillout_flow_tlvs()
7998 header.flow_header.outer_header.length = length; in necp_client_fillout_flow_tlvs()