HomeSort by relevance Sort by last modified time
    Searched refs:_GetConstantName (Results 1 - 7 of 7) sorted by null

  /kernel/tests/net/test/
pf_key.py 142 def _GetConstantName(value, prefix):
158 name = _GetConstantName(value, prefix)
268 msgtype = _GetConstantName(msg.type, "SADB_")
269 satype = _GetConstantName(msg.satype, "SADB_TYPE_")
277 state = _GetConstantName(sa.state, "SADB_SASTATE_")
iproute.py 247 def _GetConstantName(self, value, prefix):
248 return super(IPRoute, self)._GetConstantName(__name__, value, prefix)
282 name = self._GetConstantName(nla_type, "RTAX_")
284 name = self._GetConstantName(nla_type, "IFLA_INFO_")
286 name = self._GetConstantName(nla_type, "IFLA_VTI_")
288 name = self._GetConstantName(nla_type, "IFA_")
290 name = self._GetConstantName(nla_type, "IFLA_")
292 name = self._GetConstantName(nla_type, "FRA_")
294 name = self._GetConstantName(nla_type, "RTA_")
296 name = self._GetConstantName(nla_type, "NDA_"
    [all...]
genetlink.py 98 name = self._GetConstantName(__name__, nla_type, "CTRL_ATTR_")
tcp_metrics.py 67 name = self._GetConstantName(__name__, nla_type, "TCP_METRICS_ATTR_")
xfrm.py 329 def _GetConstantName(self, value, prefix):
330 return super(Xfrm, self)._GetConstantName(__name__, value, prefix)
350 cmdname = self._GetConstantName(command, "XFRM_MSG_")
358 name = self._GetConstantName(nla_type, "XFRMA_")
sock_diag.py 124 name = self._GetConstantName(__name__, nla_type, prefix)
163 name = self._GetConstantName(__name__, command, "SOCK_")
netlink.py 89 def _GetConstantName(self, module, value, prefix):

Completed in 97 milliseconds