Searched refs:satype (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/key/
H A Daf_key.c566 pfkey_satype2proto(uint8_t satype) argument
568 switch (satype) {
1885 int satype = hdr->sadb_msg_satype; local
1890 if (satype != 0 && satype != 1)
1892 pfk->promisc = satype;
3362 __u8 satype = (x->id.proto == IPPROTO_ESP ? SADB_SATYPE_ESP : 0); local
3369 if (!satype)
3396 hdr->sadb_msg_satype = satype;

Completed in 163 milliseconds