Searched refs:xif (Results 1 – 1 of 1) sorted by relevance
1863 struct sadb_x_if_hw_offl *xif; in key_sp2msg() local1922 xif = (struct sadb_x_if_hw_offl *)(xpl + 1); in key_sp2msg()1923 bzero(xif, sizeof(*xif)); in key_sp2msg()1924 xif->sadb_x_if_hw_offl_len = PFKEY_UNIT64(sizeof(*xif)); in key_sp2msg()1925 xif->sadb_x_if_hw_offl_exttype = SADB_X_EXT_IF_HW_OFFL; in key_sp2msg()1926 xif->sadb_x_if_hw_offl_flags = 0; in key_sp2msg()1927 strncpy(xif->sadb_x_if_hw_offl_if, sp->accel_ifname, in key_sp2msg()1928 sizeof(xif->sadb_x_if_hw_offl_if)); in key_sp2msg()1929 xlen += sizeof(*xif); in key_sp2msg()