Lines Matching refs:flow_header
423 struct necp_client_flow_header flow_header; member
8616 length = sizeof(header.flow_header.flow_id); in necp_client_fillout_flow_tlvs()
8617 header.flow_header.flow_id_tlv_header.type = type; in necp_client_fillout_flow_tlvs()
8618 header.flow_header.flow_id_tlv_header.length = length; in necp_client_fillout_flow_tlvs()
8619 uuid_copy(header.flow_header.flow_id, flow_registration->registration_id); in necp_client_fillout_flow_tlvs()
8655 length = sizeof(header.flow_header.flags_value); in necp_client_fillout_flow_tlvs()
8656 header.flow_header.flags_tlv_header.type = type; in necp_client_fillout_flow_tlvs()
8657 header.flow_header.flags_tlv_header.length = length; in necp_client_fillout_flow_tlvs()
8668 header.flow_header.flags_value = flags; in necp_client_fillout_flow_tlvs()
8671 length = sizeof(header.flow_header.interface_value); in necp_client_fillout_flow_tlvs()
8672 header.flow_header.interface_tlv_header.type = type; in necp_client_fillout_flow_tlvs()
8673 header.flow_header.interface_tlv_header.length = length; in necp_client_fillout_flow_tlvs()
8679 header.flow_header.interface_value = interface_struct; in necp_client_fillout_flow_tlvs()
8707 header.flow_header.outer_header.type = type; in necp_client_fillout_flow_tlvs()
8708 header.flow_header.outer_header.length = length; in necp_client_fillout_flow_tlvs()