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