Home
last modified time | relevance | path

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

/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/
DIPACM_Lan.cpp4932 ipa_ioc_add_hdr *hdr_table; in add_l2tp_rt_rule() local
4954 hdr_table = (ipa_ioc_add_hdr*)malloc(size); in add_l2tp_rt_rule()
4955 if(hdr_table == NULL) in add_l2tp_rt_rule()
4960 memset(hdr_table, 0, size); in add_l2tp_rt_rule()
4962 hdr_table->commit = 1; in add_l2tp_rt_rule()
4963 hdr_table->num_hdrs = 1; in add_l2tp_rt_rule()
4964 hdr = &hdr_table->hdr[0]; in add_l2tp_rt_rule()
4993 if(m_header.AddHeader(hdr_table) == false) in add_l2tp_rt_rule()
4995 IPACMERR("Failed to add hdr with status: %d\n", hdr_table->hdr[0].status); in add_l2tp_rt_rule()
4996 free(hdr_table); in add_l2tp_rt_rule()
[all …]